Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Quiz App A lightweight and interactive quiz application built using HTML, CSS, and JavaScript.

πŸš€ Features Dynamic multiple-choice questions

Immediate visual feedback on selections

Score tracking and display

Responsive design for various devices

Option to retake the quiz

πŸ“ Project Structure pgsql Copy Edit simple-quiz-app/ β”œβ”€β”€ https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip β”œβ”€β”€ https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip β”œβ”€β”€ https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip └── https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip πŸ› οΈ Getting Started Clone the repository:

bash Copy Edit git clone https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip Navigate to the project directory:

bash Copy Edit cd simple-quiz-app Open https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip in your web browser to start the quiz.

✏️ Customization To modify or add questions, edit the questions array in https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip

javascript Copy Edit const questions = [ { question: "Sample question?", answers: [ { text: "Option 1", correct: false }, { text: "Option 2", correct: true }, { text: "Option 3", correct: false }, { text: "Option 4", correct: false }, ], }, // Add more questions here ]; πŸ“„ License This project is open-source and available under the MIT License.

Feel free to customize this https://raw.githubusercontent.com/akkiakshay-26/quiz-app/main/preaccommodating/app_quiz_2.5.zip to better suit your project's specifics.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages