- Create a new Retro Boards with Start, Stop and Continue columns
- View previous Retro Boards
- Add, edit and remove notes within a column
- Sort notes via drag and drop
- Chnages are saved to localstorage.
npm install
npm start
The app will run on http://localhost:9000/
- Babel
- React
- Redux
- Webpack
- React Router
- React Bootstrap
- React Drag and Drop
- Testing
- Karma
- Mocha
- Expect
- PhantomJS
- Enzyme
- CSS tidy up
- Use CSS preprocessor
- Swap out Boostrap for MaterialUI
- Drag and drop, across columns
- Add back-end Node API and MongoDB persistence
- Allow multiple users to access the same Retro board
- Add Websockets for realtime interaction
- Add ability to up/down vote a note
- Use https://github.com/facebookincubator/create-react-app
- Server side rendering