https://github.com/mathisburger/abigrade-calculator
A simple webapp for calculation your A-levels grade
https://github.com/mathisburger/abigrade-calculator
a-levels abitur calculator nextjs react
Last synced: 2 months ago
JSON representation
A simple webapp for calculation your A-levels grade
- Host: GitHub
- URL: https://github.com/mathisburger/abigrade-calculator
- Owner: MathisBurger
- License: mit
- Created: 2023-01-09T17:23:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T09:05:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T02:13:01.647Z (about 1 year ago)
- Topics: a-levels, abitur, calculator, nextjs, react
- Language: TypeScript
- Homepage: https://mathisburger.github.io/abigrade-calculator/
- Size: 979 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABI-grade calculator
A simple webapp that can be used to calculate your a levels grade in germany.
It is built with Next.js and Material UI. Currently, it only supports the calculation
for Schleswig-Holstein, but other provinces will follow if there is a need to implement them.
## How to use it
There will not be any need of hosting this application yourself, because
there is a [public instance](https://mathisburger.github.io/abigrade-calculator/) you can use on your own.
If you want to host it yourself, you just need to clone the repository and build all artifacts. After that you can throw
it on a webserver that serves static files.
## Data privacy
This application is hosted on GitHub Pages. Therefore, the data that is collected
is only the data collected by the hosting provider. The application itself do not store any long term data on external servers.
The application only uses the clients computer to store data which means there is no communication with any
server or computer in the internet except the GitHub servers to load the static files to serve the webpage.