Skip to content

chetannn-github/recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Recipe Finder| React ,Redux & Vanilla CSS

Preview

Run Locally

Setup .env file

VITE_APP_ID = your_edamam_app_id;
VITE_APP_KEY = your_edamam_app_key;

Install dependencies

npm install

Start the app

npm run dev