Skip to content

anya92/my-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myRecipes

Free Code Camp's Front End Project

Live: https://anya92.github.io/my-recipes/

User stories:

  1. I can create recipes that have names and ingredients. ✔

  2. I can see an index view where the names of all the recipes are visible. ✔

  3. I can click into any of those recipes to view it. ✔

  4. I can edit these recipes. ✔

  5. I can delete these recipes. ✔

  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. ✔

Getting started

> git clone https://github.com/anya92/my-recipes
> cd my-recipes
> yarn install
> yarn start

Running the tests

yarn test

Built with:

  • React
  • Redux
  • Styled Components
  • Jest and Enzyme - for testing

This project was bootstrapped with Create React App.