Free Code Camp's Front End Project
Live: https://anya92.github.io/my-recipes/
-
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. ✔
> git clone https://github.com/anya92/my-recipes
> cd my-recipes
> yarn install
> yarn start
yarn test
- React
- Redux
- Styled Components
- Jest and Enzyme - for testing
This project was bootstrapped with Create React App.