Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.17 KB

TaskManager-Repo

This is a java application created in Spring Boot, successfully completed under 5 hours per exam time limit. It is a task managing app that allows users to create tasks and assign them to other users registered in the system.

alt text

This image shows the home screen after the user logs into their account.

alt text

This image shows a single task's information and gives the opportunity to edit the task.

alt text

This image demonstrates the fields that are editable for the task at hand. Notice that only users registered in the database are able to be assigned tasks.

alt text

Finally, you can see that the 'Wash Car' task assignee and priority were modified.