Frontend Quiz App Solution

Solution retrospective
This was my first frontend project using Vite as a bundler with TypeScript for the interactivity. I included support for accessibility by providing programmatic focus management and notification changes using a live region.
I've broken up the UI into discrete components. The app.ts
class is the main "controller" for the application flow, and it stitches together all of the components in a way that keeps them decoupled from each other.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@makogeboris
Great work.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord