Skip to content
/ Trivia24 Public

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.

Notifications You must be signed in to change notification settings

kpose/Trivia24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

Description

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

Screenshots

Welcome Admin Questions Leaderboard EndGame

Main technologies used

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.

Running the project

  • 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

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published