julianbetancourt / recipe-box

Recipe Box built using React.js and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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)

About

Recipe Box built using React.js and Redux


Languages

Language:JavaScript 89.1%Language:CSS 8.9%Language:HTML 1.9%