A simple and interactive quiz website designed to test your knowledge of web development. The quiz includes a set of multiple-choice questions, with features to navigate through questions, display scores, and retake the quiz.
- Multiple-Choice Questions: Challenge yourself with five carefully crafted questions on web development.
- Interactive Navigation: Start the quiz, move through questions using the "Next" button, and complete the quiz to see your score.
- Score Display: Get instant feedback on your performance with a score summary at the end.
- Retake Option: Didn't score well? No problem! Retake the quiz as many times as you like.
- Responsive Design: Compatible with different devices and screen sizes.
- Clone the repository:
git clone https://github.com/parth-jatav/quiz-website.git
- Navigate to the project directory:
cd quiz-website
- Open
index.html
in your preferred web browser to start the quiz.
- HTML5: Structure of the website.
- CSS3: Styling for a visually appealing layout.
- JavaScript: Dynamic behavior and quiz functionality.
- Click on the "Continue" button to start the quiz.
- Select the answer for each question and click "Next" to proceed.
- At the end of the quiz, view your score.
- Choose to retake the quiz or go back to the homepage.
Homepage with a start button to initiate the quiz.
Sample question displayed with multiple choice options.
Results page showing the score and options to retake or exit.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Parth Jatav - GitHub
Check out the live version of the Quiz Website here.
Happy Coding! 😊