The app is live here - https://expo.dev/@gmemmy/trivia-game
Simulator.Screen.Recording.-.iPhone.13.Pro.Max.-.2022-01-26.at.23.52.07.mp4
- Clone this repository unto your local machine:
https://github.com/gmemmy/react-native-trivia-game.git
- Install dependencies
expo install
- Run the app locally(iOS/Android)
yarn ios
yarn android
And you're all set up ๐๐๐
Below are the features of this project.
Users get a 10 question trivia.
Users get to answer(true or false) to these questions.
Users can see their results at the end of the trivia.
Users can play the game as many times as they want.
Modern JavaScript technologies were adopted for this project
ES2015: Also known as ES6 or ES2015 or ECMASCRIPT 6, is a new and widely used version of Javascript that makes it compete healthily with other languages.
TypeScript: TypeScript is an open-source language which builds on JavaScript, one of the worldโs most used tools, by adding static type definitions.
React Native: A javascript library created by Facebook for bulding Android/iOS compatible mobile applications.
Expo: Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
Atawodi Emmanuel.