Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 468 Bytes

ABOUT

A Java Application which keeps track of the progress of various tasks and projects assigned to the employees.

FEATURES

  • Stores the details of employees, projects and tasks.
  • Allows the chat between employee and the project head(Admin).
  • Tasks can be forwarded to other employees.
  • Can add/download attachments attached to the task.
  • Secure: Login screen is SQL Injection proof.
  • Project code developed using MVC design pattern - easily maintainable.