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

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

Awesome Lists containing this project

README

          

# Recipe Book

[![Build Status](https://travis-ci.org/ayush987goyal/recipe-book.svg?branch=master)](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.