https://github.com/tametsi/aestumaris-grade-calculation
AESTUMARIS is a little tool to calculate grades based on the points, reached in a classtest.
https://github.com/tametsi/aestumaris-grade-calculation
boring-stuff grade-calculator grades school school-project scss svelte sveltejs typescript vite
Last synced: about 2 months ago
JSON representation
AESTUMARIS is a little tool to calculate grades based on the points, reached in a classtest.
- Host: GitHub
- URL: https://github.com/tametsi/aestumaris-grade-calculation
- Owner: tametsi
- License: mit
- Created: 2022-01-26T08:35:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T06:59:57.000Z (about 4 years ago)
- Last Synced: 2025-06-22T09:05:55.025Z (about 1 year ago)
- Topics: boring-stuff, grade-calculator, grades, school, school-project, scss, svelte, sveltejs, typescript, vite
- Language: Svelte
- Homepage: https://tametsi.github.io/aestumaris-grade-calculation/
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AESTUMARIS - Grade Calculation
AESTUMARIS is a little tool to calculate grades based on the points, reached in a classtest.
I started this project because it was (_really_) boring during school lessons and so I had something to do. So just don´t expect this to be a great project 🦎.
## Setup
Requires [Node.js](https://nodejs.org/)
```bash
# install dependencies
npm install
# start dev server
npm run dev
# build the app
npm run build
# check the project with svelte-check
npm run check
```
## Libraries
- [Svelte](https://svelte.dev/) and [Sass](https://sass-lang.com/) are used for the UI
- [Vite](https://vitejs.dev/) is used to build the app