A React-Redux based kanban board application
1) npm install
2) npm run server
[{"id":800,"title":"Example Lane Title","cards":[{"id":1800,"title":"Example Card One","note":"Learn React","labels":[{"id":2800,"text":"Example Label One","color":"blue"}]},{"id":1801,"title":"Example Card Two","note":"Learn Redux","labels":[{"id":2801,"text":"Example Label Two","color":"red"}]}]},{"id":446,"title":"New Lane Name","cards":[{"id":179,"title":"do something","note":"there is no time left","labels":[]}]},{"id":691,"title":"New Lane","cards":[]},{"id":160,"title":"New Lane","cards":[]}]
- Naim Buru - Initial work - nb256
This project is licensed under the MIT License - see the LICENSE.md file for details