You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Student Management System is a C++ application designed to manage course registrations for university students. It supports various course types and student programs, ensuring that registration adheres to specific constraints. The system applies key OOP concepts, SOLID principles, and design patterns for a robust and flexible architecture.
"CourseMate is a responsive course registration app built with React.js. It features dynamic filtering, intuitive design, and user-friendly navigation."
This is a Course Registration System in C, created as my Semester 1 university project. It allows students to create accounts, register and view courses, and give feedback on both courses and instructors. The system uses file handling for storing student data, ensures input validation, and supports feedback printing.