Frontend Quiz App with Typescript

Solution retrospective
I wanted to finish this project as a Single Page Application (SPA) with Typescript but without using a framework. I also learned a lot about using modules and organizing my code into smaller, separate files.
What challenges did you encounter, and how did you overcome them?Building all the DOM elements in TypeScript was quite challenging, but after some practice, it became easier—like most things with time and effort.
I also faced challenges when deploying the project on Netlify. I wanted to allow users to share specific URLs to load a quiz, so I learned how to handle redirects for SPAs on Netlify to make these URLs functional.
What specific areas of your project would you like help with?This is my first project where I really delved into TypeScript. There are probably many areas for improvement, so I’m open to any advice or recommendations.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@yudin7324
A very well-implemented application, especially in terms of structure and the inclusion of tests. The code is clean, well-organized, and follows best practices, making it easy to maintain and scale.
Good luck with your next challenge! 🚀
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