Hey everyone! I recently built a simple Amazon-style webpage as a personal project to practice my web development skills (HTML, CSS, and JavaScript). It includes product listings, a shopping cart, and basic interactivity.
I’d love for you to check it out and share any feedback or suggestions for improvement!
And here’s the GitHub repo: https://github.com/prajwal09m/Amazon-Webpage
Thanks for taking a look! I’m excited to keep improving and learning.
Top comments (3)
Hey there! 🎉 Congrats on passing the intro course — you’ve got all the basics down here! I’m not exactly a frontend guru myself, but this is a solid start.
What got you into coding? Are you working in VS Code or something else?
If I could give one big tip, it’d be to get comfy with Git. Use it as more than just a file upload tool — think of it like a save button for every time you make progress. Smaller, meaningful commits are your best friend.
Next step? Organize your project a bit:
assets
foldersrc
folder (we call it “source”)If you want to level up, try deploying something (anything!) with GitHub Pages so it’s live on the internet.
The key is to stay curious. Every project should teach you something new and push you a little further than the last. Can’t wait to see what you build next — happy coding! 🦄
Thank you so much!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.