Loading...
Loading...
Productivity Manager
TaskTrackr is a productivity manager application featuring a modern Jetpack Compose UI. It connects to a secure Spring Boot backend that enables real-time task CRUD operations with filtering and user-specific views. Security is handled via JWT-based authentication. The API is documented using Swagger, thoroughly tested with JUnit and Mockito, and containerized using Docker.
Modern UI built with Jetpack Compose
Secure Spring Boot backend
Real-time task CRUD operations
JWT-based authentication
API documentation with Swagger
Containerized deployment with Docker
Implementing secure JWT authentication flow
Standardizing API responses and error handling
Writing comprehensive unit tests with Mockito