Mumtahin / Forkify

A node.js and ES6 based application to search recipes using the Food2Fork API

Home Page:https://mumtahin.github.io/Forkify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forkify

A JavaScript application to search recipes using the Food2Fork API. This uses Node.js to run its dependencies along with the following tools:

  • Webpack
  • Babel
  • Axios

Features

  • Search for any desired recipe
  • This uses the Food2Fork API so it has access to over 1 Millions recipes
  • Ability to like recipe which is saved to local storage
  • Edit the recipe in the shopping cart

Getting Started

git clone https://github.com/Mumtahin/Forkify.git

In the parent directory of the project run

npm install

Next, choose one of the following:

Run webpack in development mode
$ npm run dev
Run webpack in production mode
$ npm run build

About

A node.js and ES6 based application to search recipes using the Food2Fork API

https://mumtahin.github.io/Forkify/


Languages

Language:JavaScript 55.9%Language:HTML 44.1%