Skip to content

donbagger/CryptoQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoQuiz

Welcome to CryptoQuiz, a simple web-based quiz application where users can test their knowledge of various topics using HTML, CSS, and JavaScript.

Live Demo

You can try the live version of the quiz here.

Features

  • 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.

How to Use

To view or modify the project locally:

  1. Clone this repository to your local machine:
    git clone https://github.com/donbagger/CryptoQuiz.git
  2. Navigate to the project directory:
    cd CryptoQuiz
  3. Open the index.html file in your browser to start the quiz locally.

Project Structure

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.

GitHub Pages Hosting

This project is hosted via GitHub Pages. Visit the live version using the link provided above or this URL: https://donbagger.github.io/CryptoQuiz

How to Contribute

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-branch
  3. Make your changes and commit:
    git commit -m "Add feature or fix"
  4. Push to your branch:
    git push origin feature-branch
  5. Open a pull request, and we’ll review your changes!

License

This project is licensed under the MIT License. Feel free to use, modify, and share it.


About

Crypto Quiz, where I could use some HTML + CSS + simple Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published