This is a vanilla js project based on MVC architecture and uses publish-subscribe design pattern for handling events
This app is hosted here on github pages and a demo is avalable here
Important
edit .env file with your api key generated from https://forkify-api.jonas.io/
Tip
This project uses npm package manager
After downloading a copy of this repo, to install all the dependancies run:
npm installAfter having installed everything to start the dev server run:
npm run devTo build for production run:
npm run build