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.
- Create a new task by clicking on the Plus(Blue) icon on the footer
- Update a task by double clicking on Description text, Link text or Assigned to text, card will show (Edit Mode Enabled) text.
- All updated text will be saved automatically without you doing anything except for typing out your edits on the card. (Can't edit titles as of now, will be released in next version.)
- Drag your task card to the bin(red) on the footer to delete your task (Note that this cannot be reverted)
- Move your task card around to update the status of your task, say from Development to Testing and so on.
- Update a column name by double clicking on Title text.
- Clone Application by typing the following command in your terminal
[email protected]:i-break-codes/scrum-board.git
- Install node modules -
npm install
- Compile Assets -
gulp
- Edit task title
- Set tasks priority
- Import / Export tasks
- Remember expanded/collapsed state of a task
- Database / Websockets for collab board
- Bugs and requests, submit them through the project's issues section
- Questions? DM or Tweet me @mr_ali3n