Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denver-code/btecpictcalculator

An easy way to quickly calculate your BTEC Pearson L3 ICT grades.
https://github.com/denver-code/btecpictcalculator

Last synced: 3 days ago
JSON representation

An easy way to quickly calculate your BTEC Pearson L3 ICT grades.

Awesome Lists containing this project

README

        

# BTEC Pearson L3 ICT Calculator
Small project that will let you quickly calculate overall grade for BTEC Pearson L3 ICT course.
You can deploy it on Vercel or use it locally as well as use our [online version](https://btecpictcalculator.vercel.app).

## Source of data
Data is taken from [BTEC Pearson L3 ICT specification](specification-pearson-btec-level-3-national-extended-certificate-in-information-technology.pdf).

So if it's changed or some data is incorrect, please let me know via issues.

## Sharing Feature
You can share your results with your friends, teachers or simply save it for later by copying the link from the address bar.
We utilising token based sharing, so you can share your results without any personal data being shared nor saving any information on the server side.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

![Preview](image.png)