Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.2 KB

File metadata and controls

42 lines (31 loc) · 1.2 KB

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.