Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ourouimed/quiz_app

This a simple HTML , JS , CSS & Tailwind css Quiz App
https://github.com/ourouimed/quiz_app

css css3 html html5 js quiz quizapp tailwindcss

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# About this App
This a simple HTML , JS , CSS & Tailwind css Quiz App
## Installation
1 - download or clone this app
```bash
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 :
```bash
[
{
"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](https://ourouimed.github.io/quiz_app)
![screenshoot1](./images/shot1.png)
![screenshoot2](./images/shot2.png)