Trivia24 is an iOS contest app built with React Native and Expo. This app will allow you to run a trivia contest for a group of people. One person, the admin, will be in control of when a new question is sent to the players. The players will then answer, and a leaderboard will be updated. When the admin chooses, the game can be ended
A framework for building native apps with React.
An open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
A JavaScript library for realtime web applications that enables realtime, bi-directional communication between web clients and servers
Routing and navigation for your React Native apps
A predictable state container for JavaScript apps.
Use the best bits of ES6 and CSS to style your apps without stress.
- Clone this project
git clone < project-url.git >
- Install Expo on your computer. Assuming that you have Node 10 LTS or greater installed, you can use npm to install the Expo CLI command line utility:
npm install -g expo-cli
-
Install NodeJS on your computer.
-
Install yarn on your computer
Yarn is a dependency manager built by facebook and google. It is a more efficient and reliable (thanks to yarn.lock) alternative of npm.
- Launch
yarn
command in a terminal opened in the project folder.
This command will look into the package.json file and install all the dependencies listed here.
- Then run the following command from the project folder to start the app
expo start