Skip to content

edilson258/QuizGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Game with ReactJs & TypeScript (My failed attempt to became a Frontend dev Lol 😆)

IMG_20220424_123028

React

Description

In this game, the player is given one question with four answers where only one answer is correct. If the player doesn't know the answer can ask for help (3x/match). If the player give more than 2 wrong answers loses the match. For each correct answer the player's score increases. At the end of the match, the player gets score & stars corresponding to his performance.

Requirements

  • git
  • nodejs >= 12
  • yarn

Installation

git clone https://github.com/edilson258/QuizGame.git
cd QuizGame
yarn
yarn start

Upcomming Features

  • Allow multiple topics
  • Add a route to allow player to choose a topic
  • Save the progress of the player
  • Show the statistics of the player