BetterExams Points

The home dashboard for students.
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 be 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 React for front-end design
- How to use Tailwind CSS for styling
- How to use Typescript for type safety