quiz_app Tailwind Templates

Quiz_app

This a simple HTML , JS , CSS & Tailwind css Quiz App

About this App

This a simple HTML , JS , CSS & Tailwind css Quiz App

Installation

1 - download or clone this app

git https://github.com/Ourouimed/quiz_app.git

2 - Open index.html file with live server (required)
3 - Open qusetions.json file to update questions :

[
    {
        "question": "your question here",
        "answers": 
        [
            {
                "answer": "Answer no-1",
                "status": false
            },
            {
                "answer": "Answer no-2",
                "status":  true // 
            },
            .... Array of answers
        ]
    },.... Array of questions
]
                "

Used Technologies

  • HTML5
  • CSS3
  • JS
  • Tailwind css

Live Demo

This is some screeshots from Live Demo screenshoot1 screenshoot2

Top categories

Loading Svelte Themes