This project is a simple, interactive quiz application built using HTML, CSS, and JavaScript. It allows users to answer multiple-choice questions with a clean and responsive user interface.
- Dynamic Layout: The question is displayed at the center of the screen, while options are aligned at the bottom for better UX.
- Hover Effects: Buttons change color on hover, providing a polished look and feel.
- Responsive Design: The layout adapts seamlessly to different screen sizes.
- Custom Styling: The app uses modern fonts, vibrant colors, and intuitive styling.
|-- index.html
|-- styles.css
|-- script.js
|-- README.md
- index.html: Contains the structure of the quiz interface.
- styles.css: Defines the styling for the quiz application, including layout, colors, and button effects.
- script.js: Implements interactive features, such as navigating between questions and submitting answers.
- README.md: Documentation for the project.
-
Clone this repository:
https://github.com/SampadMondal-git/Quiz-Game.git
-
Open
index.html
in your web browser.
- HTML: Provides the structure of the application.
- CSS: Handles styling and layout.
- JavaScript: Adds interactivity and dynamic behavior.
Contributions are welcome! If you'd like to improve this project:
- Fork this repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add your message here"
- Push the branch:
git push origin feature-name
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy coding! 🎉