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.
- TypeScript
- React.js
- Redux
- Node.js
- Socket.io
- Bootstrap CSS
- Prettier
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/favrora/Splash-Task.git
- From the root, install NPM packages
npm install
- From the app directory, install NPM packages
npm install
- Start the server (root directory):
npm run server
- In the second console, start the frontend (from the app directory):
npm run start
- Livetime chat
- Ranking system
- Render graph with configurable speed
- Possibility to choose the point and multiplier for the round