User Story #1: I can create recipes that have names and ingredients.
User Story #2: I can see an index view where the names of all the recipes are visible.
User Story #3: I can click into any of those recipes to view it.
User Story #4: I can edit these recipes.
User Story #5: I can delete these recipes.
User Story #6: All new recipes I add are saved in my browser's local storage. If I refresh the page, these recipes will still be there.