Table of Contents
Forkify is a recipe web app using the Forkify API to allow users to search, view, modify, bookmark and add recipes.
- Available search queries : Queries
User Stories | Features |
---|---|
Search for recipes |
|
Update the number of servings |
|
Bookmark recipes |
|
Create recipes |
|
Access to bookmarks and recipes when leaving the app and coming back later |
|
- HTML
- CSS
- SASS
- JavaScript
- Parcel
- Babel
- Forkify API
- Libraries
- fractional
This project require some prequesites and dependenscies to be installed, you can view it online using this demo. or you can find the instructions below
To get a local copy, follow these simple steps :
- Clone the repo
git clone https://github.com/V3n0nX/Forkify.git
- Go to project folder
cd forkify
- install dependencies
npm install
- Run start script
npm start