Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 554 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 554 Bytes

Food Finder

A website which can search for the recipes of thousands of dishes with the Edamam API.

images

To run locally

  1. Clone the repository:
git clone [email protected]:dm-valdez/food-finder.git
  1. CD to the project directory
cd food-finder
  1. run npm install
npm install
  1. Add your EDAMAM API_ID and API_KEY to your .env
REACT_APP_ID=YOUR-ID
REACT_APP_KEY=YOUR-KEY
  1. run npm start
npm start