Skip to content

A recipe directory search web app (single page application) created with react.js , typescript, chakra-ui and free edamam api.

License

Notifications You must be signed in to change notification settings

dennyparas/react-recipe-search-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-recipe-search-buddy

A web app (single page application) created with react.js, chakra-ui and free edamam api.

Features

  • Search recipe by name and meal type
  • Add to favorites individual recipe
  • Compare up to 3 recipes
  • Recent query searches history
  • Recently viewed recipes

(all favorites,compare, recent query search history and recently viewed recipes are save in browser localstorage)

Overview

recipe-search-buddy-ss1

Project setup

for local development create an .env.local file outside the src folder and copy the key below:

REACT_APP_RECIPE_APP_ID = 'add your edamam app id here' REACT_APP_RECIPE_APP_KEY = 'add your edamam app key here'


for production create an .env file outside the src folder and copy the key below:

REACT_APP_RECIPE_APP_ID = 'add your edamam app id here' REACT_APP_RECIPE_APP_KEY = 'add your edamam app key here'


npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Edamam API page

https://developer.edamam.com/edamam-docs-recipe-api

About

A recipe directory search web app (single page application) created with react.js , typescript, chakra-ui and free edamam api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published