Skip to content

valeriegc/triviagame

Repository files navigation

Programming trivia game

Purpose

Built in order to apply for the chingu Voyage.

Contents and use

Consists of 39 multiple choice questions revolving around CSS, JavaScript and HTLM. Each correct answer on the first attempt increases the score of the user. Score is displayed at the end of the game.

How to run locally

Prequisites

Node.js and npm

  1. Git clone [email protected]:valeriegc/triviagame.git
  2. cd triviagame
  3. npm install
  4. npm run dev