Overview Writing Reading Quotes GitHub ↗ LinkedIn ↗
Projects

December 2023 – April 2024

BetterExams Points

Next.jsReactTailwind CSSTursoPrismaTypeScript
BetterExams Points home dashboard

What?

A gradebook for Leaving Cert students in Ireland. Track your test results, see how you do over time, calculate the points you'd earn based on average grades, and more.

Why?

Built originally as the second entry in the BetterExams suite, it taught me a lot about front-end design, but more importantly about back-end design and how CRUD apps are built.

Learnings

How to build a CRUD app from scratch. How to use Prisma for database management. How to use Next.js for server-side rendering. How to use Turso for a serverless SQLite database.