https://github.com/justin-bytes-code/student-register
This is a medium level assignment to create a application for students to pick their classes. Every class had to be tied to a value and you had to ensure you couldn't select classes you already had/were taking. You can also only take up to 9 credits per quarter.
https://github.com/justin-bytes-code/student-register
application program register
Last synced: 12 months ago
JSON representation
This is a medium level assignment to create a application for students to pick their classes. Every class had to be tied to a value and you had to ensure you couldn't select classes you already had/were taking. You can also only take up to 9 credits per quarter.
- Host: GitHub
- URL: https://github.com/justin-bytes-code/student-register
- Owner: Justin-Bytes-Code
- Created: 2024-10-31T02:18:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T02:21:31.000Z (over 1 year ago)
- Last Synced: 2025-03-01T17:28:17.638Z (over 1 year ago)
- Topics: application, program, register
- Language: C#
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Register
This is a medium level assignment to create a application for students to pick their classes. Every class had to be tied to a value and you had to ensure you couldn't select classes you already had/were taking. You can also only take up to 9 credits per quarter.