The project is based on the API from Forkify V2. The Forkify website shows all the recipes from the API and allows adding new recipe data. It also includes local storage in the JavaScript code. There are buttons for increasing or decreasing servings, along with a bookmark feature as well.
First download all available resources of this my repositories. Save in your personal laptop or computer.
npm i parcel
import 'core-js/stable'; //polyfilling all code support old version in js
npm i fractional
import 'regenerator-runtime/runtime'; //polyfilling all async await for es6 for support modern new promises ajax
- Get a free API Key at Forkify API_KEY
- Clone the repo
git clone https://github.com/itechpaulj/forkify-app.git
- Install NPM packages
npm install
- Enter your API in
config.js
const KEY = ${YOUR KEY}