computationalcore / react-native-trivia-quiz

A simple trivia game built with React Native, Redux, and the Open Trivia Database.
MIT License
26 stars 5 forks source link
open-trivia open-trivia-db-api opentdb opentdb-api react react-native react-native-app reactjs trivia trivia-game trivia-quiz trivia-quiz-game

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.

or

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

Assets Credits

Animations

Fonts

Images

Sounds

License

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

Changelog

For details, check out CHANGELOG.md.

Acknowledgments