Project
The Quiz App project is a web application built using React and JSX that allows users to take a multiple-choice quiz on a variety of topics with a choice of difficulty. The project features a clean and user-friendly interface, with a landing page that provides an overview of the quiz and a button to begin the quiz.
The quiz questions and answer choices are dynamically generated using the opentdb API, which provides a wealth of questions on a variety of topics. Once the user starts the quiz, they are presented with a series of questions, each with four possible answers. Users can select one answer for each question, and they are not able to change their answer once it has been submitted. After answering all of the questions, users are presented with a summary of their results, including the number of questions answered correctly and incorrectly, as well as their overall score as a percentage.
One of the standout features of this project is its use of React and JSX to create reusable components that make it easy to manage and update the user interface. The code for this functionality is well-organized and easy to follow, making it a great example of how to build complex, interactive web applications using modern web development techniques.
Technlogies
React
CSS
Javascript
Open Trivia DB API
Back