Skip to content

nb256/kanbanello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanbanello

A React-Redux based kanban board application

Install and run

1) npm install
2) npm run server

http://localhost:3000

Example json file for importing

[{"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":[]}]

Authors

  • Naim Buru - Initial work - nb256

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A React-Redux based kanban board application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published