A simple web application where recipe can be searched and also custom recipe can be added. The project architecture is based on MVC architecture
API used for this project (documentation link): https://forkify-api.herokuapp.com/v2
How to run this project on your pc:
- install this project, unzip it and open the project using an editor or ide
- from terminal inside the editor/ide run: npm install
- go to the api documentation link mentioned above and generate your own API_key
- go to config.js file located at src/js folder and change the API_KEY value to your generated API_Key found in step 2
- from terminal: npm run build
- from terminal: npm start
- then go to the local port from terminal and that's all
My implemented version can be found here: https://hisham-action-forkify.netlify.app/