A food recipe application based on the food2fork API. Built using Vanilla Javascript & MVC design pattern.
The project might consist of several issues if you are interested to contribute, feel free to fork and generate a pull request.
- Clone the repo
git clone https://github.com/anujgunjad/The-Cookie.git
cd The-Cookie
- Install NPM packages
npm i
- Run the development server
npm start