Firstly I was like He is not talking I wouldnt learn anything but later came back and watched and followed along. Bro, he taught me more than any other talking videos!
@socioparty3 ай бұрын
omg thank you so much, you helped me realise that all the talking tutorials distract me more so than teach me, your videos are just the kind I need!
@lostinspace54306 ай бұрын
Thank you! I started with nothing and, after 15 hours of 'no idea what I'm doing, but I'll try my best to follow,' I now have VS Code set up with all the required extensions, learned some interesting shortcuts, and, most exciting of all, I have a site running on Vercel.
@cristianmihai016 ай бұрын
Congratz! Keep on coding :)
@sairao92875 ай бұрын
not working for me iam getting error in deploying canu help me
@dart_ariz6047 ай бұрын
last i made the camera e-commerce project that was so wonderful and i got appreciation from my client.. All thanks to you. currently i was searching for a good portfolio website using NEXT and animations and your video popped up on the feed.. thanks a lot for your fabulous works and keeping it cost free
@sonoftroy85726 ай бұрын
My fellow frontend devs in this thread… don’t steal his work, get inspired then create your own work! If you don’t know how then figure it out… you’ll appreciate your own hard work.
@markvincent78466 ай бұрын
can i copy it and change the design?
@cristianmihai016 ай бұрын
Yes you can adapt it to your own needs :)
@Decorylic-ih7ej5 ай бұрын
Nah imma steal it
@henryirabor61785 ай бұрын
Speak for yourself
@goggleboy54425 ай бұрын
@@Decorylic-ih7ej😂
@hmlsnt51346 ай бұрын
Great video Cristain. I never used Nextjs before and wasn't expecting a video with no talking but I learned a lot about Nextjs and Tailwind thanks for that. Also great choice of music selection for this video, for me anyway it added more enjoyment to coding along for that I have to add myself to your growing subscribers lol.
@ariefzuhri2 ай бұрын
I'm new to Next.js. Your tutorial is very helpful. Thanks.
@cristianmihai012 ай бұрын
You are welcome!
@drujas7 ай бұрын
As always, very good content. The icing on the cake would be to implement the functionality to submit the form and test it after deployment. 👍
@ThusharaWijekoon6 ай бұрын
This is amazing. Thank you so much. Wish you all the best to create more videos.
@cristianmihai016 ай бұрын
Thank you! All the best to you as well :)
@DadaDuyilemi7 ай бұрын
Beautiful project!
@cristianmihai017 ай бұрын
Thank you!
@rheumaticharm95515 ай бұрын
I hardly ever watch tutorials without audio because they are hard to follow especially one as big as this. But lets hope it goes well. Going for this one especially for the amazing design so great job on that buddy.
@akhilandrewleo75113 ай бұрын
Nice one, really loved the design of the website, and even the implementation of it was neat and smooth. really a good one.
@cristianmihai013 ай бұрын
I'm glad you like it! Thank you :)
@kampang00785 ай бұрын
amazing, another inspiration for my portofolio website! kudos
@cristianmihai015 ай бұрын
Thank you! Greetings!
@jorgematos63087 ай бұрын
Excellent work, I like it and, as always, highly recommended.
@cristianmihai017 ай бұрын
Thank you bud! 🙏
@mrthiagocesar7 ай бұрын
Amazing job!👏👏👏
@wisdompeters45217 ай бұрын
You've gotten a subscriber... Nice content
@Salah-YT5 ай бұрын
Hey, thanks a bunch for this amazing portfolio! Wishing you a fantastic life filled with happiness always.🙂
@cristianmihai015 ай бұрын
Hi! Thank you and the same to you! All the best 🙏
@abhishekcode4 ай бұрын
Great work❤
@User1851kki4 ай бұрын
Thank you! Thanks to you, I was able to create a fantastic portfolio of my own.
@cristianmihai014 ай бұрын
You are welcome! Congratz!
@sergiowallace60232 ай бұрын
It's so good! Congrats!!!
@summerdesire14107 ай бұрын
It's a beautiful design. I love it. I'll write it together sometime.
@cristianmihai017 ай бұрын
thank you!
@garcinbibang1642 ай бұрын
Magnifique 🎉🎉🎉
@siroj42956 ай бұрын
Wow, thank you Cristian Mihai
@asifur-rahaman-meeru2 ай бұрын
I liked this. A unique approach. I sent you a coffee for the hard work. Not sure if I will need/use the source code. Cheers, mate.
@cristianmihai012 ай бұрын
Thank you! Appreciate that :)
@alvin1517 ай бұрын
Your code style is really concise, and the sound of the keyboard is great. Watching you code is very enjoyable. Which keyboard do you use?
@cristianmihai017 ай бұрын
Thank you! Actually it's a software which simulates any keyboard sound! You can search for Mechvibes :)
@Mikro4elix5 ай бұрын
34:09... Something is wrong with Stairs or StairTransition... using h-full w-full bg-white relative on Stairs whites out the screen... Without animation
@MuhammadAzeem-od9sv22 күн бұрын
Code of Stairs.jsx import { motion } from "framer-motion"; // -- Variants const stairAnimation = { initial: { top: "0%", }, animate: { top: "100%", }, exit: { top: ["100%", "0%"], }, }; // calculate the reserve index for staggred delay function reserveIndex(index) { const totalSteps = 6; // number of steps return totalSteps - index - 1; } function Stairs() { return ( {[...Array(6)].map((_, index) => { return ( ); })} ); } export default Stairs;
@hyakimaru86147 ай бұрын
I suggest Login/Register and Dashboard page. I love your Creative Design Style.
@SHUBHOJEET-zh6dp6 ай бұрын
Amazing , bud !
@cristianmihai016 ай бұрын
Thank you :)
@editorbundle5 ай бұрын
Superb bro ❤
@moisespineda85204 ай бұрын
Very good video! Love it :)
@pusho.developers7 ай бұрын
Muy bonito muchas gracias, genial porfolio saludos desde Cuba
@Moaaz-Gaming-7Ай бұрын
bro very good !!!
@edsHTML5 ай бұрын
awesome 😎😎
@f1rh1n6 ай бұрын
12:34 when i am trying to add this in global.css . It's showing syntax error.
@DohyeonChoi6 ай бұрын
This is a really good video. I've been studying to be a developer for less than 3 months, so I'm still learning about code, so I'm not good at making a portfolio, so I just copied Christian Mihai's. I followed it from start to finish, thank you, I admire you. I made this on Instagram. Can I post it?
@cristianmihai016 ай бұрын
Congratz! You can post the photo with the result ofc :)
@DohyeonChoi6 ай бұрын
@@cristianmihai01 Thank you so much. I've only been an artist for 3 months, you're amazing. I'll try to be like you.I'll cheer you on.
@bachle41484 ай бұрын
at 27:26 why do we use div key=pathname ? if i not use the transition only work for first render then navigate other links will not work and i address this by using template top level with root layout.
@Pawansingh-qu2js6 ай бұрын
17:08 my tailwindcss isn't working
@Dzikrimr7 ай бұрын
i really love your video
@cristianmihai017 ай бұрын
Glad to hear this! Thank you :)
@muazzulkarnain60944 ай бұрын
Gonna try to follow along. Wish me luck!
@pavithrasivakumar11884 ай бұрын
Wow this is really great! I expect part 2 of this Making the functionalities work! , Hire me part
@k-otick3 ай бұрын
What theme / fonts do you use for VSCode? Its so clean dude
@cristianmihai013 ай бұрын
Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@frankcasanova21326 ай бұрын
Hey, what VS Code theme are you using? I love how it makes tags stand out from components.
@cristianmihai016 ай бұрын
Hey! It's Material Theme
@pessimist93294 ай бұрын
Dude, I noticed something at first, why hire me is available in 1:46 minutes, but you don’t do it while you’re doing it, how can I add it?
@Mikro4elix6 ай бұрын
Wow, 3 hours of some good quality content! Keep it up... I'm so confused, actually: I'm studying software engineering in my university, but i still don't really find passion in it... I just don't know what to do and what to try in my life as a future (I don't know how to, you know, adress myself) member of society... Anyone got any ideas maybe? I'll be glad to hear anything ))
@cristianmihai016 ай бұрын
Hello and thank you! The only way to find what you like is to always try new things..unfortunately there is no other way! In addition to software development, you can also try UI/UX Design, Music or Video Editing, these are also creative fields! Good luck :)
@Mikro4elix6 ай бұрын
@@cristianmihai01 Thanks! I appreciate you!
@vunguyen-tk3tq4 ай бұрын
Thanks you so much!
@cristianmihai014 ай бұрын
You are welcome :)
@animaisfelizes17234 ай бұрын
in 14:30 , mine didn't get the same behavior adding that bg didn't show up for me
@cyberzap49314 ай бұрын
37:00 Marking my checkpoint
@cyberzap49314 ай бұрын
Checkpoint for day 2: 1:20:00
@cyberzap49314 ай бұрын
Checkpoint for day 3: 2:12:00
@cyberzap49314 ай бұрын
Checkpoint for day 4: 2:40:00
@cyberzap49314 ай бұрын
Checkpoint for day 5: 2:45:00
@cyberzap49314 ай бұрын
Checkpoint for day 6: FInished :)
@HuzaifaAkhtar23 ай бұрын
1:54:18 i cant get rounded corners can someone tell me i copied the same still nothing
@ectoplasm12857 ай бұрын
great stuff as always. if you could just comment it what and why you do it would be great.
@sedatonuc77044 ай бұрын
Hello. I really like your work. I want to improve myself in this field. Can you give me some advice? Where should I start? What do you recommend I learn?
@cristianmihai014 ай бұрын
Build a lot of projects :)
@sedatonuc77044 ай бұрын
@@cristianmihai01 Thank you :)
@sdsim17 ай бұрын
so good !!
@CloudyDigital4 ай бұрын
What extensions are you using on your VSCode? I love them...
@cristianmihai014 ай бұрын
Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@prodbycvb6 ай бұрын
hey man very nice! can i ask, which extensions like the classname snippets are u currently using?
@cristianmihai016 ай бұрын
Thank you! Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@prodbycvb6 ай бұрын
@@cristianmihai01 u the goat!
@mattkramer84262 ай бұрын
When I installed the components with the ShadCN-UI command prompts, it installed all of the compenents as tsx files. Im not the best at switching between tsx and jsx files. The portion of the mobile nav is giving me a few issues
@cristianmihai012 ай бұрын
Please use chat gpt to convert your .jsx components to .tsx. It should work well :)
@mattkramer84262 ай бұрын
@@cristianmihai01 I’m still pretty new. Like tbh I get just changing the type but there are some imports for tsx that then won’t work and somethings currently in there which are for jsx which are failing. Was following the video and never had any issues until the mobile nav portion. Right now they are tsx. In your vid they all installed as jsx
@saurabhnair4675 ай бұрын
How do you get the resume button on the home page working so that file is downloaded on click? Other than that great tutorial man.
@cristianmihai015 ай бұрын
Transform the button into an tag and add an href attribute with the path of your .pdf file from the public folder! You should also add a download attribute to specify the name that the file will be saved as. Hope it helped! Thank you :)
@SayfSentinel7 ай бұрын
Nice one, On mobile, how do you close the Nav when you click on the link ?
@E-Tech-c2q2 ай бұрын
s00 fantastic buddy
@juanperezperez74776 ай бұрын
Hi Cristian. Excellent tutorial, I'm learning a lot. I have a question though, is there a library for Adobe icon collection? In "My Skills" I would like to use some of the Adobe icons like Photoshop, InDesign, Illustrator but I can't find those on Font Awsome or SiTailwind icons. Thanks in advance.
@cristianmihai016 ай бұрын
Hi, thanks! You can search google for react icons website and you'll find almost any icon! :)
@Alom0835 ай бұрын
The display wallpaper looks good to me. From where did you get this wallpaper download?
@cristianmihai015 ай бұрын
You can search google for firewatch dark wallpaper :)
@Alom0835 ай бұрын
@@cristianmihai01 thank you so much
@cristianmihai015 ай бұрын
My pleasure :)
@peachsprite6 ай бұрын
Great video! Where did you get the svg icons from? Im trying to add different icons for the languages that I know but cant seem to make it work. Thanks
@cristianmihai016 ай бұрын
Svg Repo
@peachsprite6 ай бұрын
@@cristianmihai01 Thank you bro, do you have this project on Github?
@mobeenkhan62855 ай бұрын
Hey, just wondering what extensions you're using for vscode?
@cristianmihai015 ай бұрын
Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@mobeenkhan62855 ай бұрын
@@cristianmihai01 Cheers, I really appreciate it
@prathambhosale37656 ай бұрын
at 38:07 when i run it, it says motion not defined
@razor0beta5005 ай бұрын
Thank you very much for the content, Cristian! I would like to know how I can make this form work. Would it work even though it is hosted on vercel?
@cristianmihai015 ай бұрын
You're welcome! You can utilize Formik for the form functionality. Additionally, you might want to check out email.js. The form should work with any hosting provider :)
@oluwanifemiorimoloye-ww6nf6 ай бұрын
I need your advice... Do you think it is advisable to use your design(but make changes like color, text, images and add features) and submit it for an interview?
@cristianmihai016 ай бұрын
Sure :)
@suderdn94777 ай бұрын
thank you soo much !!!
@cristianmihai017 ай бұрын
You are welcome! :)
@swagatprasadnanda94943 ай бұрын
Hey. One question. Where you using the chrome web browser on 80% zoom? Because in 100% normal zoom, there's a vertical scroll ball appearing and the stats are not shown after reloading. We need to scroll down to see the stats. Any fixes?
@pessimist93294 ай бұрын
Hello, first of all, thank you very much for your efforts. I learned a lot about React from scratch. After making this portfolio, can I adapt it and open a portfolio website? Can I use it publicly? after providing my own information btw day 2: 1:32:56 checkpoint :)
@cristianmihai014 ай бұрын
Sure you can adapt it to your own needs :)
@cristianmihai014 ай бұрын
Congratz :)
@pessimist93294 ай бұрын
@@cristianmihai01 Thank you so much brother, just as I was about to go to bed, I got a notification on my phone and saw your message. I was so happy. By the way, good night, I live in Turkey, it's 23:30 right now, so it's evening 😂
@pessimist93294 ай бұрын
day2 checkpoint 2:12:36 (work page)
@pessimist93294 ай бұрын
day3 checkpoint 2:40:01 (contact page)
@Ikmat7 ай бұрын
nice work
@ocky076 ай бұрын
im new subcriber in your family
@cristianmihai016 ай бұрын
Welcome :)
@EldridgeM6 ай бұрын
finished my freecodecamp certificate a week ago and following this video flawlessly. how do i get the VS code settings as yours, my colours and auto-complete doesn't work?
@cristianmihai016 ай бұрын
Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@mithunbiswas_4 ай бұрын
hello sir, which extention you usually use for visual studio code.??
@millennialbug122 ай бұрын
First of all, great work Sir ! Thank you a lot ! I'm in my 3 days hooked into following along with the coding. btw, I'm having problem with the screen sizes on the web, it's having a vertical scroll when on 100% zoom, what must be the problem?
@ex-machina76857 ай бұрын
Thank you
@cristianmihai017 ай бұрын
You are welcome!
@LearnMe-i5dАй бұрын
I don't know what's the problem but on 100% zoom of my browser, The website takes full page and looks so bad. If anybody can help!
@ArnabOG4 ай бұрын
Which VS-Code Theme are you using?
@cristianmihai014 ай бұрын
Material Theme
@ArnabOG4 ай бұрын
@@cristianmihai01 Thank you so much 💕💕
@aadazq52574 ай бұрын
What terminal theme do you use?
@cristianmihai014 ай бұрын
Windows terminal + Git Bash
@aadazq52574 ай бұрын
@@cristianmihai01 Thank you!
@MuhammadMazhar-k3qАй бұрын
i was already making this website
@cristianmihai01Ай бұрын
What do you mean?
@MuhammadMazhar-k3qАй бұрын
@@cristianmihai01 i already build this portfolio am full stack developer bro 😐
@gabrielotieno96976 ай бұрын
Great project. Suppose one wants to download the CV, can one be able to?
@prathambhosale37656 ай бұрын
Does send message and download cv work?
@wolfie87485 ай бұрын
how did you learn tailwind and in general html-css combo this good? I can also make navbars etc but when I use tailwind it confuses me
@cristianmihai015 ай бұрын
I built a lot of projects! :)
@cristianmihai015 ай бұрын
Keep on coding and you'll get it! Best of luck :)
@wolfie87485 ай бұрын
@@cristianmihai01 thank you lıove to watch
@pedronninci73745 ай бұрын
what theme are you using in vscode ?
@cristianmihai015 ай бұрын
Material Theme
@AbishaiKashif-jz6lnАй бұрын
can you tell which version of Swipper are you using. Cause I downloaded the latest version and it's not working :(
@cristianmihai01Ай бұрын
Version 11.1.3
@AbhishekKumar-w4r1u3 ай бұрын
1:33:00 day 1 mark 2:12:35 day 2 marks
@eminal24634 ай бұрын
Bro, what vscode extensions do you use?
@cristianmihai014 ай бұрын
Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@eminal24634 ай бұрын
@@cristianmihai01 Bro. I have a mistake that I can't fix, could you help me?
@da1mon72 ай бұрын
Strong Man, Guys and do not tell as a novice developer, how to put this project in the light, maybe cheap servers you know or there is a trial version for free?
@alex_angri6 ай бұрын
How did you create an image of the desktop and mobile version screenshot for the work section?
@AnushMalhotra4 ай бұрын
Cristian bro, I am facing an issue, after clicking the resume and work tab. content gets rendered together with the strairsAnimation. for other tabs, it is working perfectly. so, what might be the issue here?
@abhishekcode4 ай бұрын
How you edit your photo image?
@cristianmihai014 ай бұрын
Using Figma :)
@jameslau25763 ай бұрын
thank you so much I love you
@RyzeStudios-v1u5 ай бұрын
whats the name of ur desktop background? could you link it?
@cristianmihai015 ай бұрын
you can search google for firewatch dark wallpaper
@muhamadhaikalmulyap49103 ай бұрын
whats ur auto complete extensions?
@cristianmihai013 ай бұрын
Theme: Material Theme Icons: Material Icon Theme Font: Jetbrains Mono Extensions: ES7+ React / Redux / React-Native snipppets File Utils Auto Close Tag Auto Rename Tag Highlight Matching Tag Live Sass Compiler Live Server Path Autocomplete Path IntelliSense Prettier Simple React Snippets SVG Preview Tailwind CSS IntelliSense Thunder Client vscode-faker
@muhamadhaikalmulyap49103 ай бұрын
@@cristianmihai01 thanks
@muhamadhaikalmulyap49103 ай бұрын
timestamps 56:00
@Sherlox997 ай бұрын
In the beggining font style is worked correctly. but now it is not working after some hours. what should I do to fix this error?
@moisespineda85204 ай бұрын
I got this error too. Do you know how to fix it?
@Sherlox994 ай бұрын
@@moisespineda8520 Its happening with connection issue. It needs internet connection to load font style
@subhasishnathdev7 ай бұрын
I'm encountering node:internal/modules/cjs/loader:1143 while running npx run dev. Has anyone fa ed this issue before?
@cristianmihai017 ай бұрын
You should write "npm run dev" not "npx"
@foenixsc54123 ай бұрын
What font is that for VScode?
@harvannurluthfi17783 ай бұрын
I love this amzing of work, but lemme ask a thing. i use windows 10 scaling 150% on resolution 1920x1080 and it causing website sizing issues like everything is so much bigger. even tho it works absolutely fine on 100%, do you perhaps have any idea so it could display better on 150% scale
@Sevithaa-tl8lu6 ай бұрын
I loved the video, can you please tell me how you are storing the user data from the contact page. Thank you
@viktori9p8956 ай бұрын
Hi! Great tutorial. But my CiMenuburger is not appearing. Is there a fix ??
@evanh.37446 ай бұрын
awesome
@EPANOUI2436 ай бұрын
finish thank you
@cristianmihai016 ай бұрын
Congratulations! You are welcome!
@Haghi985 ай бұрын
Ai folosit vreo librarie pentru animatia pozei de pe prima pagina sau ai facut-o de la 0 ? Ca incerc sa fac ceva similar si nu stiu de unde sa pornesc
@cristianmihai015 ай бұрын
Daca te referi la cerc e facut si exportat din figma ca svg dupa care animat in framer motion ca in video! Poza e de asemenea putin editata tot in figma si exportata ca png!
@Haghi985 ай бұрын
@@cristianmihai01 mersi frumos, i'll look into it, foarte tare aplicatia oricum!