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

https://github.com/devmount/grade-calculator

A web app to calculate an achieved grade based on reached points and grade scale
https://github.com/devmount/grade-calculator

Last synced: 5 months ago
JSON representation

A web app to calculate an achieved grade based on reached points and grade scale

Awesome Lists containing this project

README

          

# Grade Calculator

A web app to calculate an achieved grade based on reached points and grade scale.

## Demo

image

## Features

- Different scales can be configured
- Display of grade and position in scale

## Get started

1. Get all files

```bash
git clone https://github.com/devmount/grade-calculator
```

2. Install all dependencies

```bash
cd grade-calculator
npm install
```

3. Either start the development server with hot reload at localhost:5173 ...

```bash
npm run dev
```

4. ... or create a production build with minification

```bash
npm run build
```