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
- Host: GitHub
- URL: https://github.com/devmount/grade-calculator
- Owner: devmount
- Created: 2018-11-08T00:46:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T19:13:42.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:41:46.591Z (over 1 year ago)
- Language: Vue
- Homepage: https://grades.devmount.de
- Size: 1.71 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grade Calculator
A web app to calculate an achieved grade based on reached points and grade scale.
## Demo

## 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
```