Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Quiz App with React
https://github.com/jvitoralb/quiz-app

Last synced: about 1 month ago
JSON representation

Quiz App with React

Awesome Lists containing this project

README

        

# Quiz App

This App was created using React and CSS only.
All questions are retrieved from [The Open Trivia Database](https://opentdb.com/) using an API call.
The project goal was to practice Front End development with React!

Playing this quiz game you might encounter the same question twice given the fact that this app does not use Sessions Tokens to keep track of questions already retrieved.

To see this project live [Click Here](https://jvitoralb.github.io/quiz-app)!

## This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

### `npm start`
### `npm run build`

## [Learn More](https://facebook.github.io/create-react-app/docs/getting-started).