Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvin-ben/recipes-app
The main concept here is the Strategies for complex state using Redux. Its a small app the will display a set of recipes that are pulled from a database.
https://github.com/kelvin-ben/recipes-app
Last synced: 2 days ago
JSON representation
The main concept here is the Strategies for complex state using Redux. Its a small app the will display a set of recipes that are pulled from a database.
- Host: GitHub
- URL: https://github.com/kelvin-ben/recipes-app
- Owner: Kelvin-Ben
- Created: 2024-07-15T07:31:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T08:40:10.000Z (3 months ago)
- Last Synced: 2024-08-16T09:48:15.562Z (3 months ago)
- Language: JavaScript
- Size: 5.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipes-App
The main concept here is the Strategies for complex state using Redux.
Its a small app that will do the following:- displays a set of recipes that are pulled from a **database**.
- allows the use to add/remove their favaorite recipes to/from a separate list
- allows the user to enter a search term to filter the visible recipes