An open API service indexing awesome lists of open source software.

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.

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