Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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