https://github.com/jordanrad/quiz-app
https://github.com/jordanrad/quiz-app
quiz reactjs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordanrad/quiz-app
- Owner: JordanRad
- Created: 2020-06-22T07:18:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T09:23:47.000Z (about 5 years ago)
- Last Synced: 2023-04-27T20:29:22.546Z (about 3 years ago)
- Topics: quiz, reactjs
- Language: JavaScript
- Homepage:
- Size: 764 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

## 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.*