8000 GitHub - harsh-791/QuizApp: https://harsh-791.github.io/QuizApp/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

harsh-791/QuizApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

Description

The Quiz App is an interactive web application designed to provide a fun and educational way to test your knowledge on various topics. The app features multiple-choice questions with a user-friendly interface, real-time feedback, and score tracking to enhance your learning experience.

Try the Quiz App Live!

Features

  • Multiple Choice Questions: Answer questions with multiple-choice options.
  • Real-Time Feedback: Get instant feedback on your answers to learn from your mistakes.
  • Score Tracking: Track your score as you progress through the quiz.
  • User-Friendly Interface: Simple and intuitive design that is easy to navigate.
  • Responsive Design: Optimized for use on desktops, tablets, and smartphones.

Technologies Used

  • HTML5: For structuring the content and layout of the app.
  • CSS3: For styling the app and ensuring a responsive design.
  • JavaScript: For managing quiz functionality, including question display, answer validation, and score tracking.

Installation

  1. Clone the repository:

    git clone https://github.com/JanhviVerma/Quiz-App.git
  2. Navigate to the project directory:

    cd Quiz-App
  3. Open index.html in your web browser:

    You can open the file directly by double-clicking on it or use a local server for better performance:

    npx serve
  4. Start quizzing!

Usage

  1. Start the Quiz:

    • Open the app in your browser and click "Start Quiz" to begin.
  2. Answer Questions:

    • Select your answers from the multiple-choice options.
  3. Receive Feedback:

    • After answering a question, you'll receive feedback indicating whether your answer was correct or incorrect.
  4. Track Your Score:

    • Your score will be updated as you progress through the quiz.
  5. Responsive Experience:

    • The app provides a seamless experience on various devices, including smartphones, tablets, and desktops.

File Structure

  • index.html: The main HTML file.
  • style.css: Contains all the styling for the app.
  • script.js: Contains the JavaScript functionality for quiz operations.
0