Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.07 KB

File metadata and controls

21 lines (15 loc) · 1.07 KB

Task Management System

  1. Built full-stack app using Spring Boot and React with JWT-based authentication and role-based access control.
  2. Constructed secure RESTful APIs for admin (CRUD operations) and users (view, complete, and mark todos incomplete).
  3. Crafted seamless integration of frontend and backend through precise use of Axios for data flow, resulting in efficient processing times that improved response rates by 20%.
  4. Integrated Spring Security for role-based access and BCrypt for password encryption.

Register User page - image

Login page - image

Todos page - image

Add Todo page - image

Update Todo page - image