The result of a weekend hackathon - BadASS Kanban is a web application for users to track their progress on tasks for a project (and enjoy the completion of each task).
https://demo-badass-kanban.adambotma.com/
- ReactJS
- CSS3
- HTML5
- Material-UI
- User can CRUD a task
- User can CRUD a column
- User can add photos to tasks
- User can watch intro videos to understand how the app works
- User can order tasks within a column by dragging tasks
- User can move tasks to new columns by dragging them
- User can rearrange the columns order by dragging them
- User can see progress of overall task completion via a progress bar
- User can receive success badges for every 5 completed tasks
- User can enjoy a small (and easy to clean) confetti celebration with each completed task
- Clone this repo
- install dependencies
npm install - Run the Dev Server
npm start
Moving Tasks Between Columns:
Completing a Task:

