Welcome to CryptoQuiz, a simple web-based quiz application where users can test their knowledge of various topics using HTML, CSS, and JavaScript.
You can try the live version of the quiz here.
- Interactive Quiz: Users can answer a series of multiple-choice questions and check their final score.
- HTML, CSS, JavaScript: The quiz is built using fundamental web technologies, making it beginner-friendly.
- Responsive Design: Fully responsive design, ensuring the quiz works well on mobile devices and desktops.
- Simple Layout: Clean and intuitive user interface to enhance user experience.
To view or modify the project locally:
- Clone this repository to your local machine:
git clone https://github.com/donbagger/CryptoQuiz.git
- Navigate to the project directory:
cd CryptoQuiz - Open the
index.htmlfile in your browser to start the quiz locally.
Here is an overview of the main files and folders:
index.html- The main HTML page of the quiz.style.css- The CSS file responsible for styling the quiz.script.js- The JavaScript file that handles the quiz logic.images/- Directory containing images used in the quiz..gitignore- Specifies files and directories to be ignored by Git.README.md- This file, providing an overview of the project.
This project is hosted via GitHub Pages. Visit the live version using the link provided above or this URL: https://donbagger.github.io/CryptoQuiz
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-branch
- Make your changes and commit:
git commit -m "Add feature or fix" - Push to your branch:
git push origin feature-branch
- Open a pull request, and we’ll review your changes!
This project is licensed under the MIT License. Feel free to use, modify, and share it.