A website which can search for the recipes of thousands of dishes with the Edamam API.
- Clone the repository:
git clone [email protected]:dm-valdez/food-finder.git
- CD to the project directory
cd food-finder
- run npm install
npm install
- Add your EDAMAM API_ID and API_KEY to your .env
REACT_APP_ID=YOUR-ID
REACT_APP_KEY=YOUR-KEY
- run npm start
npm start