This a simple HTML , JS , CSS & Tailwind css Quiz App
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
]
"
This is some screeshots from Live Demo