Skip to content
/ reactnative-mp1 Public template

React Native Training Program Mini-Project 1 - Match the Members

Notifications You must be signed in to change notification settings

mdbdev/reactnative-mp1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match the Members - Mini-Project 1

Table of Contents

Project Description

Welcome to MDB! As a new member, you’ll be building a simple, multiple-choice trivia game to see how fast you can learn everyone’s names.

Game Requirements

  • Member Picture: Randomly display a picture of a member on the screen.
  • Name Options: Display four options below the picture as buttons, each with different names that may correspond to the picture (one of the names should actually be correct, but the others can be random – be sure you don’t randomly also select the correct answer).
  • Score: Display a score count for the user (# correct / # total).
  • Timer: Add a timer that limits the user to 5 seconds to answer the question. If they take the full 5 seconds, the question is counted as incorrect.

Make sure to install the VSCode Prettier extension to format and auto-style your code. The keyboard shortcut CMD/CTRL/OPTION-SHIFT-F does this for you!

Starter Code

If you’re a member of MDB, please use the invite link provided by your instructor to create your own copy of the starter code. For all others, the starter code is available as a template here.

git clone [YOUR_REPOSITORY_LINK_HERE]
cd reactnative-mp1
yarn install
expo install
expo start

Useful Debugging Guides

About

React Native Training Program Mini-Project 1 - Match the Members

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published