CookIt is a simple, responsive recipe filtering app that allows users to browse recipes based on dietary preferences such as Vegan, Gluten-Free, Keto, and Vegetarian. The app is designed with clean UI, card-based recipe layouts, and responsive behavior across devices.
- π Filter recipes by dietary type: Vegan, Gluten-Free, Keto, and Vegetarian
- π§Ύ Recipe cards displaying image, title, and short description
- π± Responsive design for mobile and desktop
- π¨ Modern typography using Google Fonts (Roboto and Arial)
- π Colorful, intuitive filter buttons
- βοΈ Simple and clean HTML, CSS, and JavaScript codebase
CookIt/
βββ index.html # Main HTML file
βββ styles.css # Styling for layout and components
βββ script.js # JavaScript logic for filtering recipes
- Background: Light (#FAFAFA)
- Typography:
- Titles: Roboto Bold, 20px
- Descriptions: Arial, 16px
- Cards: Display image, title, and description
- Buttons: Color-coded by filter type
- User clicks a filter button
- JavaScript filters the recipes based on the selected dietary tag
- Filtered recipes appear in the card layout below