Initial Release
Initial MVP offering to allow a high level of data inspection.
Categorisation 📊
-
Balls are compartmentalised into their specific draw order and then ranked by frequency.
-
A "Most Frequent" section is also generated by aggregating all drawn ball frequencies regardless of draw order.
Interactivity 🎛
-
Users can select specific ball numbers and observe their influence over the entire draw spectrum.
-
The draw records can also be time sliced to better understand how certain ball numbers rank at different periods in time.
Installation 🤖
-
Clone this repository
git clone https://github.com/devonChurch/shortbread-biscuit.git && cd shortbread-biscuit
-
Install project dependencies
nvm use && npm i
-
Start a development server on Port 3000
npm start