Welcome to the Quiz App repository! This application is a simple quiz game that challenges users with 15 questions, each with a timer, and awards points based on correct answers. It's designed to provide an engaging and fun way for users to test their knowledge on various topics.
- 15 thought-provoking questions to test your knowledge.
- A timer for each question to add a sense of urgency.
- Points awarded for correct answers.
- Simple and intuitive user interface.
To get started with the Quiz App, follow these steps:
-
Clone the repository:
git clone https://github.com/hamedasakri/quiz-app.git cd quiz-app
-
Install dependencies:
npm install
-
Run the app:
npm start
This will start the app on your local machine.
-
Launch the App:
- Open the Quiz App on your device.
-
Start a Quiz:
- Click on the "Start Quiz" button to begin.
-
Answer Questions:
- Read each question carefully and select your answer.
- A timer will count down for each question, so think fast!
-
Earn Points:
- Points will be awarded for each correct answer.
-
Finish the Quiz:
- Complete all 15 questions to finish the quiz.
-
View Results:
- At the end of the quiz, see how many points you've earned.
-
Restart:
- Want to try again? Hit the "Restart" button to play another round.