I've always wanted to create a personal website, and now I've finally found the time to learn how to build one. I've had recommendations for resources like CS50x, W3Schools, and FreeCodeCamp, but I've often found myself stuck in tutorial hell or just feeling too lazy to keep going. I want to make a site similar to these examples I found: timoo-web.vercel.app and prateekkeshari.com. What learning resources should I focus on to achieve this goal?
1 Answer
If you're just starting out, I recommend diving right into HTML with a basic text editor. There are tons of beginner tutorials that can help you get familiar with the basics. Once you have something working, you can host it on GitHub Pages for free. Avoid getting too caught up in frameworks like Next.js for now; focus on mastering the fundamentals first and build something real instead of just watching tutorials.
Totally agree! Starting with something simple makes all the difference. Just dive in and keep building!