Quiz-3.0 is a dynamic, responsive, web-based quiz application designed to provide users with an engaging and enjoyable experience. The application is built primarily using HTML (81.9%) and JavaScript (18.1%).
- Interactive Quiz: Users are guided through a series of questions, with the aim to make the learning process fun and engaging.
- Responsive Design: The application layout is fully responsive, providing a seamless experience across various devices and screen sizes.
- Efficient Code: The JavaScript code for the quiz functionality is structured efficiently, ensuring smooth transitions between questions and accurate tracking of user responses.
index.html
&indexmain.html
: These files contain the primary HTML structure of the quiz application.quiz.js
: This JavaScript file holds the quiz functionality, including loading questions, managing user responses, and calculating scores.submit.html
: This HTML file is the submission page of the quiz, providing users with their final score and a completion message.book-half.svg
: This is an icon file used for visual representation in the quiz title.tailwind.config.js
: This file is a configuration file for Tailwind CSS, a utility-first CSS framework used for styling the application.
- Clone the repository to your local machine.
- Open the
index.html
file in your preferred web browser. - Enjoy the quiz!
Contributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.