Trello-like application for managing tasks. https://reactive-trello.herokuapp.com
Use demo account by clicking on button 'Demo' on main page or login with these credentials:
Email: demo@demo.com
Password: demo123
- Clone this repo to your local machine using
https://github.com/IgorAntonov/React-trello.git
- Install dependencies
$ npm install
- Run client on http://localhost:3000/ and server http://localhost:5000/
$ npm run dev
React 16.3, redux, redux-thunk, reselect, styled-components.
Express, mongoose, passportjs.
Jest, enzyme.