QuizApp is a web-based quiz application that allows users to test their knowledge on a variety of topics by answering multiple-choice questions.
- Multiple-choice questions on various topics.
- User-friendly interface.
- Real-time feedback on correct and incorrect answers.
- Score tracking.
- Save and resume quizzes.
- Responsive design for mobile and desktop.
You can try out the QuizApp by visiting the live demo here.
Follow these instructions to get the QuizApp up and running on your local machine.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone git@github.com:Eddy-nzobarinda/Quiz-App-Eddy.git Change to the project directory:
Copy code
cd quizapp
Install the dependencies:
```bash
Copy code
npm install
Start the development server:
```bash
Copy code
npm start
Open your web browser and access the app at http://localhost:3000.
Usage
Click the "Start" button to begin the quiz.
Answer the multiple-choice questions by selecting an option.
Get immediate feedback on whether your answer is correct or not.
Track your score as you progress through the quiz.
Optionally, save your progress and resume the quiz later.
License
This project is licensed under the MIT License - see the LICENSE file for details.