This repository holds the source files for the mobile app https://quizzy.news
Quizzy.news is a daily trivia game designed to engage users with the world around us and lead them to reputable news sources.
This project is useful because it leads it's users to truthful news sources and keeps them engaged with the latest stories.
To get set up for development, ensure that you are using the correct versions for the devleopment tools:
- Node: 18.16.0
- Watchman: 2023.04.17.00
- Yarn: 1.22.19
Then, follow these steps:
- Install the dependencies for Expo: https://docs.expo.dev/get-started/installation/
- Fork and/or clone this repo.
- From the repo root, run
npx expo start
.
This will start a local development server, which will allow you to view the project via the Expo Go app.