Guess The Number Assessment

This is a guessing game based on random numbers and will progress through a series of rounds. The goal of this game is to observe the rising Multiplier value, predict at which point it will freeze, and place points based on the prediction.

Demo

Guess The Number

Built With

  • TypeScript
  • React.js
  • Redux
  • Node.js
  • Socket.io
  • Bootstrap CSS
  • Prettier

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/favrora/Splash-Task.git
  2. From the root, install NPM packages
    npm install
  3. From the app directory, install NPM packages
    npm install
  4. Start the server (root directory):
    npm run server
  5. In the second console, start the frontend (from the app directory):
    npm run start

Features

  • Livetime chat
  • Ranking system
  • Render graph with configurable speed
  • Possibility to choose the point and multiplier for the round

GitHub

View Github