course-registration-system

This repo is the fine result of a 3-member final project in CS162, worth about 1 month of working.

Project requirements (assignment).
SFML is required to build this repo.

Linked list is the only container type used in this project, as required by the assignment. Here is our repo of a linked list template, coded from scratch.

Screenshots

The gorgeous look of this app includes but not limited to:

The Login Screen

login screen

The Semesters Screen

semesters screen

The Courses Screen

courses screen

The Scoreboard Screen

scoreboard screen

Known bugs

  • Fail to run on Visual Studio (windows) every time. Smoothly on mac (linux) though.
    This is speculated to be due to some issues with std::localtime.