The Student Course Registration System is a desktop application developed using JavaFX and MySQL. It allows students to register, add, and drop courses easily while administrators can manage course data and student records. I designed the user interface with JavaFX, implemented database connectivity using JDBC, and created entity relationships to ensure data consistency. The project includes validation, user login, and report generation features, demonstrating full CRUD operations and object-oriented programming principles.