Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noob0799/recipefinder
A webapp built using React to view, search and save your favourite recipes.
https://github.com/noob0799/recipefinder
bootstrap5 css3 html-css-javascript html5 javascript lodash react react-slick redux redux-thunk redux-toolkit sass
Last synced: 13 days ago
JSON representation
A webapp built using React to view, search and save your favourite recipes.
- Host: GitHub
- URL: https://github.com/noob0799/recipefinder
- Owner: Noob0799
- Created: 2025-01-05T18:32:11.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-13T21:22:53.000Z (30 days ago)
- Last Synced: 2025-01-31T05:43:48.697Z (13 days ago)
- Topics: bootstrap5, css3, html-css-javascript, html5, javascript, lodash, react, react-slick, redux, redux-thunk, redux-toolkit, sass
- Language: JavaScript
- Homepage: https://recipe-finder-noob.netlify.app/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe Finder
A webapp built using React to view, search and save your favourite recipes.
Live webapp link: https://recipe-finder-noob.netlify.app/## Initial page listing all available recipes with pagination
![image](https://github.com/user-attachments/assets/eb507781-d9e7-4247-97b5-97ae2a78b7d3)
![image](https://github.com/user-attachments/assets/5c69b726-27ee-4bc3-a2e7-946e5b57b0c1)## Section showing Top Rated Recipes
![image](https://github.com/user-attachments/assets/3da8f97a-ced6-4be1-b8b6-c9f08f97726f)## Section showing Easy To Cook Recipes
![image](https://github.com/user-attachments/assets/1c02d5eb-77f6-4ecd-a3df-967a7cdcbb17)## Searchbar with Debouncing
![image](https://github.com/user-attachments/assets/874407ce-2259-49f0-8d11-4afb848d64c7)## Couple of Recipes added as favourites. Favourites link showing total count
![image](https://github.com/user-attachments/assets/5c5ece15-5ccd-4ee2-ba54-b925c9a7a005)## Recipe Details page
![image](https://github.com/user-attachments/assets/b70d02da-7095-4c3c-9abd-c6897ec434ed)## Favourites page
![image](https://github.com/user-attachments/assets/e821008d-0f8d-41c8-9a6a-e1169ab07164)