Skip to content

denver-code/btecpictcalculator

Repository files navigation

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.

Source of data

Data is taken from BTEC Pearson L3 ICT specification.

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:

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

Open http://localhost:3000 with your browser to see the result.

Preview