Forkify is a vanilla JavaScript application that interacts with the Forkify API to fetch and display recipe food data. This app uses modern JavaScript tools, such as Webpack to bundle the modules, and Babel to convert ES6, ES7 and ES8 back to ES5. The user can search for a specific recipe, and save to a favorites list via local storage. The user can easily increase or decrease servings as per his need and can view detailed directions.
This project is build during this amazing javascirpt course.
- make sure you have npm installed
- clone the repo
git clone https://github.com/BigFish2086/forkify
- inside the repo directory run
npm install
- run
npm run build
- In case of having problems using the current api, try running
export NODE_OPTIONS=--openssl-legacy-provider
before runningnpm run build