Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awais-124/forkify-recipe-site
Forkify - A Web App using Vanilla JavaScript
https://github.com/awais-124/forkify-recipe-site
Last synced: about 1 month ago
JSON representation
Forkify - A Web App using Vanilla JavaScript
- Host: GitHub
- URL: https://github.com/awais-124/forkify-recipe-site
- Owner: awais-124
- Created: 2024-09-12T10:11:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T10:19:52.000Z (4 months ago)
- Last Synced: 2024-11-02T13:42:18.486Z (3 months ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forkify - A Web App using Vanilla JavaScript
> Features
- Search over 1000 recipes.
- Check full description of each recipe.
- Add your recipes.
- Bookmark your favorite recipies.> Get Stared
- clone the repo `git clone https://github.com/awais-124/forkify-recipe-site.git`
- API - `https://forkify-api.herokuapp.com/v2`
- Get your key from above API.
- Update `config.js` with you key.
- run `npm install`
- run `npm start`
- Go to you browser: `Server running at http://localhost:1234`