Skip to content

A simple trivia game built with React Native, Redux, and the Open Trivia Database.

License

Notifications You must be signed in to change notification settings

computationalcore/react-native-trivia-quiz

Repository files navigation

React Native Trivia Quiz

A simple trivia game built with React Native, Redux, and the Open Trivia Database.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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

Installing

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

How to Play

  • 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

Assets Credits

Animations

Fonts

Images

Sounds

Authors

Vin Busquet

License

This project is licensed under the MIT License - see the LICENSE file for details

Changelog

For details, check out CHANGELOG.md.

Acknowledgments