trivia is a simple "boolean" trivia mobile game written in JS and using React Native
After cloning this repo, starting development environment is as easy as:
npm install
After that you're ready to begin developing!
0.0.1 - First version
[] - More tests
[] - More languages
[] - Sounds and animations
[] - Game configurations and modes
[] - Games highscores and stats
This project is private. (so far)
- react-native - JS framework to build mobile apps
- ui-kitten - React Native UI components
- immutable - object immutability
- redux - state management
- redux-saga - state action middleware
- OTDB - Open Trivia Database
- @rafaismyname