Task management application which lets you to organise your tasks, switch between their progress etc. Features
- Create, Edit, Delete tasks.
- Move tasks between Todo, In-Progress, Done.
- Drag and Drop Tasks between Todo, InProgress, Done.
- Tasks are stored offline in Local Storage
- React + TypeScript
- Reactstrap CSS
- clone the repo.
- Run
npm install && npm run serve
- Fork it (https://github.com/gauravumrani/lectask/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- User should be able to move containers (Todo, In Progress, Done)
- User should be able to shuffle task in same container
- Allow user to create multiple boards