A full-stack web application to manage daily tasks efficiently. Built with Java Spring Boot on the backend and a responsive frontend UI, this app allows users to create, update, delete, and track tasks with priority and status filters.
- β CRUD Operations for tasks (Create, Read, Update, Delete)
- π User Authentication (Login/Logout)
- π Task Prioritization (High, Medium, Low)
- π·οΈ Tag & Status Filters
- βοΈ Edit and Mark Completion
- π Responsive UI with sorting and filtering options
| Layer | Technology |
|---|---|
| Backend | Java, Spring Boot, Spring JPA |
| Database | MySQL |
| Frontend | React Js |
| API Testing | Postman |
| Version Control | Git & GitHub |
- Java 17+
- Maven
- MySQL
- Node.js
git clone https://github.com/vivek-15s/Task-Management-Application.git
cd Task-Management-Application
mvn clean install