Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/denver-code/btecpictcalculator
- Owner: denver-code
- Created: 2024-05-06T15:27:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T12:36:25.000Z (5 months ago)
- Last Synced: 2024-09-12T23:11:04.003Z (5 months ago)
- Language: TypeScript
- Homepage: https://btecpictcalculator.vercel.app
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)