https://github.com/beaglefoot/fcc-recipe-box
A starting point for using react-router and redux-form
https://github.com/beaglefoot/fcc-recipe-box
react react-router redux redux-form
Last synced: about 1 month ago
JSON representation
A starting point for using react-router and redux-form
- Host: GitHub
- URL: https://github.com/beaglefoot/fcc-recipe-box
- Owner: Beaglefoot
- Created: 2017-01-27T10:17:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T12:42:57.000Z (about 8 years ago)
- Last Synced: 2025-02-03T23:54:52.932Z (3 months ago)
- Topics: react, react-router, redux, redux-form
- Language: JavaScript
- Homepage: https://beaglefoot.github.io/fcc-recipe-box/
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fcc-recipe-box
The third project in React series on freeCodeCamp.User Stories:
* I can create recipes that have names and ingredients.
* I can see an index view where the names of all the recipes are visible.
* I can click into any of those recipes to view it.
* I can edit these recipes.
* I can delete these recipes.
* All new recipes I add are saved in my browser's local storage. If I refresh the page, these recipes will still be there.