Skip to content

sohamdata/Co-Chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Co-Chef: Search for your favorite recipes from over a million recipes

API used: Edamam's Recipe API

The purpose of this project is to learn and practice concepts related to:

  • ReactJS concepts (components, react hooks, async/await, props etc.)
  • Bootstrap
  • API fetching

Hosted on firebase

Demo:

coChef

Running the app locally

  • git clone https://github.com/sohamdata/Co-Chef.git then cd into it.
  • Install the necessary dependencies: npm install or yarn 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 or yarn 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 :)

About

search for the recipe for your favorite food

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published