#Recipe Box Simple App to manage recipes. Users can add, edit and remove recipes. Changes are persisted using localStorage.
cd
to the project's foldernpm install
npm start
- Open http://localhost:3000
You can see the project live at http://recipee-box.herokuapp.com/
- create-react-app (Webpack, Babel, React)
- Redux (react-redux, redux-thunk)
- Lodash
- Sass (BEM)