Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
/ GradeCalc Public archive

Console app for grade storage and overview.

License

Notifications You must be signed in to change notification settings

clragon/GradeCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GradeCalc

This is my first personal C# project. I'm using it to learn more about C# and about object-orientated programming in general. The purpose of this program is to store my grades and calculate their average.

Details

GradeCalc is made of three essential parts:

  • The GradeCalc class which is but the shell for this application.
  • The Table class which is the base for my grade-storage.
  • The CLI class which makes the Table class available to the user on terminal level.

Notice

This project is focused on the grading system in Switzerland. It can work with other grading systems but keep in mind it wasn't primarily intended to do so.

Feel free to use it under the provided license. I welcome any pull request, issue or suggestion.