A clean JavaScript application for finding, viewing, and saving recipes from the Forkify API.
- Search recipes and browse paginated results
- View ingredients, cooking time, and servings
- Adjust ingredient quantities when servings change
- Save bookmarks in the browser
- Add a personal recipe with an API key
JavaScript (ES6+) 路 HTML5 路 Sass/SCSS 路 Parcel 路 Forkify API 路 MVC architecture
git clone https://github.com/fhjoy/Recipe--App.git
cd Recipe--App
npm install
npm startParcel will display the local development URL in the terminal.
To add personal recipes, replace <YOUR_KEY> in src/js/config.js with a valid Forkify API key.
This is a learning project from 2022. The Forkify search API is still available, but the repository uses an old Parcel 2 release candidate and a legacy lockfile. The current deployment or installation may therefore fail with modern Node.js versions until the dependencies are updated.