FEM Quiz | React | Tailwind | RTK

Solution retrospective
For this challenge, I have explored multiple approaches to building it. Firstly, I implemented a basic version of the quiz using React local state management by introducing the prop drilling problems. Later, I scraped that whole project and started from scratch with the React Context API. Eventually, that, too, didn't excite me much, and I finally used the RTK to solve this. In this process, I have learned many things and am kind of proud of following this route.
I also added features like
- Jumbling of quiz questions so that everytime user reload or opens the app, the questions doesn't appear in the same sequence
The following are the key areas I delved upon that made my journey of solving it even more interesting
- Efficient State Management
- Components Breakdown & Composition
Nothing in specific but any feedback is highly appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Aslam Mohammad'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