Skip to content

Asim-Shah-web/forkify-app

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:
----------
🌐

About

This repo contains forkify food recipe app project that i am going to deploy it on netlify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors