A project that aimed to take a list of player inputs, randomise the list and output a group of pairs.
In addition to this functionality a bracketing system has been added in order to allow for tracking players through a tournament.
View the app online:
--
- Open your terminal and navigate into a directory where you want to store the app files.
cd~/path/to/directory
- Make a clone of the GitHub repository. Either copy the SSH key found in the Code tab of the repository page or type:
git clone [email protected]:OlBal/Ping_Pong_Challenge.git
- Navigate to the directory you have stored your app in
cd ping-pong-app
You will need to install the app's dependencies to run it.
npm install
Start the app
$ npm start