Skip to content

emekaokoli/rn-trivia

Repository files navigation

Trivia app

A simple expo react native app that lets you play trivia games by selecting true or false answers.

to start the app

yarn start or npm start

starts the app in development mode

src
 ┗ components
 ┃ ┣ assets
 ┃ ┃ ┣ adaptive-icon.png
 ┃ ┃ ┣ favicon.png
 ┃ ┃ ┣ icon.png
 ┃ ┃ ┗ splash.png
 ┃ ┣ constants
 ┃ ┃ ┗ api.js
 ┃ ┣ redux
 ┃ ┃ ┣ configureStore.js
 ┃ ┃ ┗ quiz.redux.slice.js
 ┃ ┣ Screens
 ┃ ┃ ┣ CardScreen.js
 ┃ ┃ ┣ IntroScreen.js
 ┃ ┃ ┣ LoadingScreen.js
 ┃ ┃ ┣ QuizScreen.js
 ┃ ┃ ┗ Score.js
 ┃ ┣ utils
 ┃ ┃ ┗ useCorrectAnswer.js
 ┃ ┣ AppNavigator.js
 ┃ ┗ QuestionList.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published