Skip to content

full-stack-web-developer-and-designer/javascript-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Quiz

A fun and interactive JavaScript quiz application that presents users with questions, evaluates answers in real time, and displays results at the end.
🔗 Live Demo: https://full-stack-web-developer-and-designer.github.io/javascript-quiz/


📌 About the Project

This JavaScript Quiz app is a lightweight quiz interface built using HTML, CSS, and JavaScript. It demonstrates how to deliver an engaging quiz experience through dynamic DOM manipulation, event handling, real-time scoring, and user feedback.

Perfect for learning JavaScript fundamentals or embedding into portfolio websites.


📸 Screenshot

Mockup of project "JavaScript quiz application" by professional web developer and designer Mirnes Glamočić

✨ Features

  • Interactive question and answer flow
  • Real-time scoring and answer evaluation
  • Designed with responsive layout
  • Clear feedback on answer correctness
  • Lightweight and easy to customize
  • No external libraries required

🛠️ Built With

  • HTML5
  • CSS3
  • Vanilla JavaScript (ES6)

🚀 Live Demo

Check the live working version here:
👉 https://full-stack-web-developer-and-designer.github.io/javascript-quiz/


📂 Project Structure

javascript-quiz/
│── index.html                  # Main page containing JavaScript quiz application
|
│── LICENSE                     # MIT LICENSE
|
│── mockup-javascript-quiz.webp # Screenshot
|
│── README.md                   # This documentation file
|
│── script.js                   # JavaScript for interactivity
|
└── style.css                   # Styles for quiz appplication


🔧 Getting Started

1. Clone the Repository

git clone https://github.com/full-stack-web-developer-and-designer/javascript-quiz.git

2. Open the Project

Open the index.html file in your browser to try the quiz.

index.html

🚀 Usage

The main logic lives in script.js, which handles:

  • Rendering questions

  • Accepting user answers

  • Updating score

  • Displaying results

You can easily expand the quiz by editing the questions array in script.js.


🤝 Contributing

Contributions are welcome!

  1. Fork the repository

  2. Create a feature branch

  3. Commit your changes

  4. Push your branch

  5. Open a Pull Request


📄 License

This project is licensed under the MIT License.


👤 Author

Mirnes Glamočić

🌐 https://mirnesglamocic.com

📧 Contact available on the website


⭐ Acknowledgments

Thank you for trying JavaScript Quiz!

Feel free to send suggestions or improvements.


⭐ If you find this project helpful, please give it a star!

About

An interactive JavaScript quiz application that presents questions, evaluates answers in real time, and provides immediate feedback to the user.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors