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

https://github.com/jordanrad/quiz-app


https://github.com/jordanrad/quiz-app

quiz reactjs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Quiz game app

## Case
This project was part of job application interview long time ago. The task inspired me to make fully working quiz application with intersting questions. I started implementing the project immediately. By now it has a stable working version which includes working quiz with 15 questions and 3 helpers. Every single question has only one right answer and the questions are separated in three categories in terms of difficulty 5 of each (*easy*, *medium*, *hard*). In terms of topics, they are a variety of quietions on different topics.

You can see the deployed quiz app [**here**](https://clever-turing-f884e5.netlify.app/).

## Stable version
![photo](https://github.com/JordanRad/quiz-app/blob/master/public/screenshot.png)

## Used Technologies
- React JS
- Bootstrap & custom CSS3
- Particles JS
- Axios
- [Questions open API](https://opentdb.com/)

## Instructions to set-up the project locally:

* Clone the repo and go to the project's folder.

* Install dependencies
```
npm install
```
* Run the application
```
npm start
```
*The application will automaticaly start on localhost:3000.*