Welcome to the Student Registration System!
This system allows you to register new students, view existing student records, update student information, and delete student records.
- Registration: Add new students to the system with their details such as name, ID, contact, and course.
- View Records: View a list of all registered students with their details.
- Update Information: Update student information such as email and course.
- Delete Records: Remove student records from the system.
- Java
- Swing (for GUI)
-
Clone the repository to your local machine:
git clone https://github.com/jadavtanvi/student-registration-system.git
Usage Launch the application. Use the menu options to perform various operations: File > New Registration: Add a new student to the system. File > View Records: View a list of all registered students. File > Update Information: Update student details. File > Delete Record: Delete a student record.