A simple trivia game built with React Native, Redux, and the Open Trivia Database.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
- Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn. (RECOMMENDED)
or
- npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js
To download the project follow the instructions bellow
git clone https://github.com/computationalcore/react-native-trivia-quiz
cd react-native-trivia-quiz
Install dependencies and run with:
yarn
yarn install
yarn start
or
npm
npm install
npm start
- Open the app
- Click at "Play" button
- Select Quiz Options and click Start Quiz
- Answer each one of the questions in max 10 seconds per question
- When all questions are answered it shows the game over screen with total score and elapsed time
-
X Pop by LottieFiles
-
Crying by Rogger Tân
-
[Trophy](https://lottiefiles.com/677-trophy by Michael Harvey
- Faq free icon by Freepik from www.flaticon.com
Vin Busquet
This project is licensed under the MIT License - see the LICENSE file for details
For details, check out CHANGELOG.md.