Submitted 8 months agoA solution to the Frontend Quiz app challenge
Frontend Quiz App Solution
accessibility, typescript, vite
P
@drewlee

Solution retrospective
What are you most proud of, and what would you do differently next time?
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.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Andrew A Lee's solution.
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