Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.57 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.57 KB

React Native Trivia Quiz

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

Demo

Getting Started

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

Installing

To download the project follow the instructions bellow

git clone https://github.com/kepy97/react-native-quiz.git
cd react-native-quiz

Install dependencies and run with:

yarn

yarn install
yarn start

or

expo

expo install
expo 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

License

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

Changelog

For details, check out CHANGELOG.md.

Acknowledgments