Live Site: https://recipes-app-reactjs.web.app/
API used: Edamam's Recipe API
- ReactJS concepts (components, react hooks, async/await, props etc.)
- Bootstrap
- API fetching
Hosted on firebase
Demo:
git clone https://github.com/sohamdata/Co-Chef.gitthen cd into it.- Install the necessary dependencies:
npm installoryarn install - Create a
.envfile in the root of the project directory and add the following variables obtained from Edamam's Recipe API :- REACT_APP_ID
- REACT_APP_KEY
npm startoryarn start
Requirements:
- Node.js and npm or yarn installed on your machine
- You will need to obtain your own API key from Edamam's Recipe API in order to use the app locally.
Note: The comments in my code are used as notes for later review, they are not meant to be code smells :)
