Hey Devs π,
I recently built a simple Recipe Listing Website as a personal learning project β and Iβd love to share how I did it, what I learned, and whatβs next!
Home Page Desktopview
Home Page Mobileview
π The Idea
I wanted to practice my HTML, CSS, and basic JavaScript skills by building something practical β so I picked a recipe website where I could:
*Show a clean grid of recipes.
*Keep it responsive and simple.
*Deploy it for free for anyone to see.
βοΈ The Tech Stack
HTML & CSS: For structure and styling.
JavaScript: Basic interactivity (optional for now).
Netlify: For free hosting with continuous deployment.
GitHub: For version control & repo hosting.
ποΈ Features
Hereβs what the website does right now:
Displays recipes in a simple card layout.
Fully responsive for desktop and mobile.
Clean, minimal design.
Hosted live on Netlify β no backend needed!
π Check it Out!
Live Website: https://recipe-listing-web.netlify.app/
GitHub Repo: https://github.com/karkeraprakyath/Recipe-website
β¨ What I Learned
This project helped me understand:
β
How to structure a static website.
β
How to use CSS Grid/Flexbox for responsive cards.
β
How to deploy easily with Netlify and connect it with GitHub.
β
How to plan simple features for real users.
π Whatβs Next
While the website works well as a static site, I plan to:
Add search & filter functionality.
Link each card to a single recipe detail page.
Integrate a headless CMS so I donβt have to hard-code recipes.
Maybe rebuild it with React or Next.js for dynamic rendering.
π‘ Final Thoughts
If youβre learning web dev, I highly recommend building a small static site and deploying it.
Itβs the best way to learn version control, hosting, and real-world structure β much more fun than just tutorials!
π Feedback Welcome!
Iβd love to hear your thoughts and suggestions.
π What would you add or build next? Drop a comment!
Thanks for reading!
Feel free to connect with me on www.linkedin.com/in/prakyathkarkera and check out my other projects.


Top comments (0)