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.git
then cd into it.- Install the necessary dependencies:
npm install
oryarn install
- Create a
.env
file 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 start
oryarn 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 :)