Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.64 KB

File metadata and controls

26 lines (17 loc) · 1.64 KB

Java Project -> Assignment Scheduler (with MySQL)

In Engineering colleges students need to maintain their assignments for every subject. This Project aims to manage assignments of the student according to its submission date. At present, most students tend to just remember things which often leads to messing things up or forgetting their todos.

  • The project has a User login section where user each user has his/her own login details. Once the user has logged in he/she comes across an interface which consists of three options i.e. add, delete and show.

  • The Show section provides information consisting of user’s remaining assignment along with respective submission dates.

  • In Add section assignment is added along with its submission date and each added assignment gets stored in mySQL database.

  • The remove section can be used when the user is done with his/her work by just proving the name of assignment. It gets removed from the database permanently.

  • The record can be updated whenever and wherever the user wants to by logging in to their respective accounts. Each user will be given with a separate username and password. Each user has access to alter their records pertaining to assignment they get.