A mobile app to play a 10-question game where the player has to determine if the answer is true or false. Once finished, correct and wrong answers are presented with the total score. User can press "Play again" to restart the game with new questions.
- Expo (React Native)
- React Navigation
- TypeScript
project
│ README.md
│ App.tsx
│
└───api
│ │ ContextProvider.tsx
│
└───assets
│ │ right.png
│ │ wrong.png
│
└───components
│ │ BooleanButton.tsx
│ │ QuestionLayout.tsx
│
└───screens
│ │ Home.tsx
│ │ Quiz.tsx
│ │ Results.tsx
│
└───types
│ objects.ts