Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 759 Bytes

Reactive-trello

Trello-like application for managing tasks. https://reactive-trello.herokuapp.com

Note (if you don't want to register a account)

Use demo account by clicking on button 'Demo' on main page or login with these credentials:

Email: demo@demo.com
Password: demo123

Setup

  • Clone this repo to your local machine using https://github.com/IgorAntonov/React-trello.git
  • Install dependencies
$ npm install
$ npm run dev

Tech-stack

Client-side

React 16.3, redux, redux-thunk, reselect, styled-components.

Server-side

Express, mongoose, passportjs.

Tests

Jest, enzyme.