Asim-Shah-web/forkify-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README.txt ===================== Forkify App ===================== 🍽️ A modern recipe search and bookmarking app built using JavaScript and the Forkify API. Functionality: ------------- - Search recipes from an API - View detailed ingredients and servings - Adjust serving sizes dynamically - Bookmark favorite recipes (persists via localStorage) Code Structure: --------------- - Modular ES6 architecture using import/export - `MVC Pattern`: model.js, views/, controller.js - Reusable View classes (e.g., SearchView, ResultsView) Concepts Practiced: -------------------- ✔ ES6 Modules ✔ Fetching APIs with async/await ✔ MVC Architecture ✔ LocalStorage for state persistence ✔ DOM manipulation & Events ✔ Parcel bundler How to Run: ----------- i developed it by basically using parcel so use parcel if not working 1. Install dependencies: npm install 2. Start development server: npm start 3. Visit http://localhost:1234 Live Demo: ---------- 🌐