Table of Contents
- Developed a forkify application using Vanilla JavaScript.
- It fetches the food recipes through API and even user can also add their own.
- HTML
- CSS
- JavaScript
- RESTful API
To get a local copy and run it locallly follow these simple example steps.
Firstly you should install the Node and Git in your local system to run react application locally.
- Clone the repo
git clone https://github.com/your_username_/forkify.git
- Install NPM packages
npm install
- Run the Project
npm start
Link to live Project:- https://forkify-asm.netlify.app/