react
react-router
- A react web app that uses
spoonacular API
to fetch data andreact-router
to display the pages. - The user can search for recipes, view similar recipes and also filter the recipes based on cuisine.
- Visit the site here
https://github.com/shivani-roy/Delicious.git
- Install dependencies using
npm install
- Run the application on
http://localhost:5173
usingnpm run dev