https://github.com/ayush987goyal/recipe-book
Recipe Book
https://github.com/ayush987goyal/recipe-book
angular recipe recipe-book
Last synced: about 2 months ago
JSON representation
Recipe Book
- Host: GitHub
- URL: https://github.com/ayush987goyal/recipe-book
- Owner: ayush987goyal
- Created: 2017-07-15T19:03:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T10:43:33.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T16:27:43.611Z (about 1 year ago)
- Topics: angular, recipe, recipe-book
- Language: TypeScript
- Homepage: https://ayush987goyal.github.io/recipe-book/
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe Book
[](https://travis-ci.org/ayush987goyal/recipe-book)
Hosted on *[Recipe Book](https://ayush987goyal.github.io/recipe-book/)*
## Free Code Camp 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.