Skip to content

Initial Release

Compare
Choose a tag to compare
@devonChurch devonChurch released this 11 Jan 06:27
· 37 commits to master since this release
ec65d72

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.

lotto-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