The Quiz App is an interactive application that allows users to participate in quizzes and test their knowledge. It provides a user-friendly interface for answering questions and displays the results upon completion.
- Selection of multiple-choice answers.
- Instant feedback on correct and incorrect answers.
- Calculation and display of final quiz score and performance summary.
- Clone the repository or download the ZIP file.
- Install Node.js and npm if they are not already installed on your machine.
- Open a terminal or command prompt and navigate to the project directory upraise-quiz-app/backend
- Run the following command to install the app's dependencies:
npm install
npm start
- Open a terminal or command prompt and navigate to the project directory upraise-quiz-app/frontend
- Run the following command to install the app's dependencies:
npm install
npm start
- Open your preferred web browser and visit
http://localhost:3000
to access the Quiz App. - Read each question and choose the correct answer from the provided options.
- Click the "Next" button to move to the next question.
- Repeat steps 2 and 3 until you have answered all the questions.
- After answering the last question, the Quiz App will display your score and a summary of your performance.