A Minimalist Task Manager Web App – Built for Productivity
There’s a rush in striking off tasks — that tiny dopamine hit when your list shrinks. Done Desk was born from that moment. This isn’t just a todo app; it’s your daily victory tracker.
Done Desk is a lightweight web-based task manager built with Java, Spring Boot, and MySQL. Whether you're tracking simple todos or managing daily routines, this app offers just what you need: clean CRUD operations — no fluff.
- ➕ Create tasks with a
title,description, and optionaldue date - 👓 View all tasks with
completion status - 📝 Update tasks (mark complete or edit)
- ❌ Delete tasks that are no longer needed
- 💾 All data is stored securely in a MySQL database
| Layer | Tech Used |
|---|---|
| Language | Java (JDK 17) |
| Backend | Spring Boot (v3.4.5) |
| Data Access | Spring Data JPA |
| Database | MySQL |
| ORM | Hibernate |
| Connection Pool | HikariCP |
- Clone this repo
git clone https://github.com/Annie24-ux/doneDesk.git cd doneDesk