Skip to content

devphenom/Tandem-Trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Tandem Trivia

A Code Challenge for Apprentice Program at Tandem.

Requirements and Acceptance Criteria

  • A round of trivia has 10 Question
  • Questions with their multiple choice options must be displayed one at a time
  • Questions should not repeat in a round.
  • A user can select only 1 answer out of the 4 possible answers.
  • The correct answer must be revealed after a user has submitted their answer.
  • A user can see the score they received at the end of the round.

Installation

Fork this repository. Clone your forked repo.

git clone https://github.com/yourUserName/yourrepo].git/

Navigate to the directory

cd yourrepo/

Use the package manager npm to install dependencies.

npm install

Starting the Server

Run the app in development mode

npm start

Open [http://localhost:3000] on your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published