Small app to help the team upskill on React/Redux. The end result should be a web app to help manage which pairs of team members have given feedback to each other.
Architecture inspired by:
- https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0#.yaq7w8qci
- http://redux.js.org/docs/basics/UsageWithReact.html
- http://jaketrent.com/post/smart-dumb-components-react/
npm install npm run watch
open index.html in browser
docker-compose up
then visit
http://{docker-machine ip my-docker-machine-name}:8080
- Add tests
- Display feedback matrix
- Mark matrix on click
- Directory structure/component architure
- Add webpack dev server
- Add styles
- Add JS linting