Employee Management System
- Developed full-stack application using Spring Boot for backend APIs and React with Bootstrap for a responsive, user-friendly interface.
- Implemented CRUD operations for employees and departments, enabling department selection during employee creation.
- Designed a relational MySQL database schema and used Spring Data JPA for efficient data persistence and querying.
- Applied modular MVC architecture, ensuring clear separation of concerns between the model, view and controller, leading to 30% faster development cycles and improved code maintainability.