Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`