This is a simple grade tracker based on Electron. It allows you to save and load your infomation as you want.
I used to record my assignments and tests mark by Execel, it is not that clear and convenient. And also I would like to write a side project to practice my skills on front-end development.
You can find a released executable file in Releases. Please download and unzip it.
The result Max Grade means the highest grade you can get after it subtracts the mark you have lost.
-
Add assignments and tests and courses as many as you want.
-
Save and load your data to keep tracking it.
If you want to modify this project, you are weclome to do that. This project uses npm, please install it first.
After you install npm, please use
npm install
under .\src folder to install Eletron and it's dependencies.
You can use
npm start
and
npm package
to test and package this project by yourself.