Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 462 Bytes

#Recipe Box Simple App to manage recipes. Users can add, edit and remove recipes. Changes are persisted using localStorage.

Local Installation

  1. cd to the project's folder
  2. npm install
  3. npm start
  4. Open http://localhost:3000

Online

You can see the project live at http://recipee-box.herokuapp.com/

Main Technologies Used

  1. create-react-app (Webpack, Babel, React)
  2. Redux (react-redux, redux-thunk)
  3. Lodash
  4. Sass (BEM)