Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stpkkk/forkify
https://github.com/stpkkk/forkify
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stpkkk/forkify
- Owner: stpkkk
- Created: 2023-08-27T14:22:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T15:03:53.000Z (about 1 year ago)
- Last Synced: 2023-10-08T16:21:45.798Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://stpk-forkify.netlify.app/
- Size: 5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forkify
Vanilla JavaScript application that interacts with the Forkify API to fetch and display recipe food data. This app uses modern JavaScript tools, such as Webpack to bundle the modules, and Babel to convert ES6, ES7 and ES8 back to ES5. The user can search for a specific recipe, and save to a favorites list via local storage. The user can easily increase or decrease servings as per his need and can view detailed directions.
![mapty-app](https://github.com/stpkkk/forkify/blob/main/preview.png)
The Forkify Recipe App allows users to search for recipes, users can view the recipe along with the cook time and also increase or decrease the amount of servings they need, users can also bookmark recipes, then they will stored in local storage so no database was required for this application.
For more examples, please refer to the Documentation
## Features
- Search and browse an extensive collection of recipes.
- View detailed recipe information, including ingredients, instructions, and serving sizes.
- Save favorite recipes for quick access.
- Create and manage custom shopping lists based on selected recipes.
- Interactive and intuitive user interface.
- Mobile-friendly design for a seamless experience on different devices.