23 lines
786 B
Markdown
23 lines
786 B
Markdown
# scrum-board
|
|
JavaScript Scrum App to manage tasks with ease.
|
|
|
|
> Warning : It uses localstorage to store your tasks, make sure you don't clean up your Local Storage for this app atleast.
|
|
|
|
#### Demo
|
|
[View](https://i-break-codes.github.io/scrum-board/)
|
|
|
|
#### Setup
|
|
- Clone Application by typing the following command in your terminal `git@github.com:i-break-codes/scrum-board.git`
|
|
- Install node modules - `npm install`
|
|
- Compile Assets - `gulp`
|
|
|
|
#### More to come
|
|
- [ ] Edit task title
|
|
- [ ] Set tasks priority
|
|
- [ ] Import / Export tasks
|
|
- [ ] Remember expanded/collapsed state of a task
|
|
- [ ] Database / Websockets for collab board
|
|
|
|
#### Support
|
|
- Bugs and requests, submit them through the project's issues section
|
|
- Questions? DM or Tweet me [@mr_ali3n](https://twitter.com/mr_ali3n) |