This is a small 10-questions game where random questions are shown and the user can choose true
or `false.
All the content is inside /src
. The project is using Expo with Typescript.
To run, simply clone it, install the dependencies, and run npm run start
.
git clone https://github.com/rodriigovieira/trivia-game
Then, switch to the project's directory:
cd trivia-game
Install the depencencies (assuming you have Yarn installed):
yarn
or with npm:
npm install
And then, finally, run the project:
npm run start