ClicktoCook is a simple and responsive recipe website that helps users explore categorized recipes like Breakfast, Lunch, and Dinner. Built with HTML, CSS, and JavaScript, it displays recipes dynamically from a local JSON file using clean and user-friendly UI cards.
- ✅ Clean, modern design
- ✅ Recipe categories: Breakfast, Lunch, Dinner
- ✅ Dynamic recipe loading using JavaScript and local JSON
- ✅ Responsive layout for mobile, tablet, and desktop
- ✅ “More” button loads a separate category page
- ✅ About page with site purpose and future plans
- HTML5
- CSS3
- JavaScript
- JSON (for recipe data)
ClicktoCook/ ├── index.html ├── about.html ├── style.css ├── scripts.js ├── data/ │ └── recipes.json ├── images/ │ └── (all recipe images)
Made with ❤️ by Manish Suthar
📧 manishsuthar78775@gmail.com]
This project is licensed under the MIT License.