This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
scrum-board/README.md
2016-11-20 13:48:38 +05:30

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)