RecipeLove is a simple and responsive web-based platform designed to help users discover, view, and manage cooking recipes. It allows users to browse through categorized recipes, search for specific dishes, and view detailed instructions for each recipe in a clean, easy-to-use interface.
- Search and filter recipes by category or name
- View ingredients, preparation steps, and cook time
- Responsive design for use on desktop, tablet, or mobile
- Basic user page for future personalization
- Save and Share buttons included for future functionality
- HTML5
- CSS3
- JavaScript
- Bootstrap 5
index.html
– Homepagemain.html
– Recipe listing pagerecipe.html
– Individual recipe pagelogin.html
,signup.html
– Authentication pages (UI only)user.html
– User dashboard placeholdercss/styles.css
– Custom stylesjs/script.js
– Search and filter logic