A University Lecturer Consultation Hour Booking System Developed in Java
This project is the first application I've built with Java. The general idea of this application is to allow the students to book or cancel consultation hours with the selected lecturers.
The lecturers could set, view or cancel the consultation hours booked by the students
- Students
- Lecturers
- Admin
-
Student
- View consultation hour
- Book consultation hour
- Cancel consultation hour
-
Lecturer
- Set consultation hour
- View, Edit, Delete, Search consultation hour
-
Admin
- Create profile for students and lecturers
- Delete profile for students and lecturers
- View profile of students and lecturers
- Java Swing (GUI)
- Java