This project is a responsive SCRUM Task Manager web application built with Bootstrap and vanilla JavaScript. It provides a user-friendly interface for managing tasks across three main states: TO DO, IN PROGRESS, and DONE. The application is designed to be intuitive, efficient, and suitable for agile teams in the technology sector.
- Responsive Design: Utilizes Bootstrap for a mobile-first, responsive layout π±π»
- Dynamic Task Management: Add, edit, and delete tasks with real-time updates π
- Status Tracking: Easily move tasks between TO DO, IN PROGRESS, and DONE states π
- Task Counters: Visual counters for each column to quickly assess workload π’
- Local Storage: Persists tasks locally for seamless user experience across sessions πΎ
- Modal Form: User-friendly modal for adding and editing tasks π
- Clean UI: Minimalist design focusing on functionality and ease of use π¨
- HTML5
- CSS3 (with Bootstrap 5)
- JavaScript (ES6+)
- Local Storage API