This is a fun and personal project within our group of friends to track our poker performance and win tally.
Currently I have been only working (development branch) on the front-end which is React and pure CSS - yes, all you see is pure CSS.
At later stages I will implement the backend and database to actually track played games.
In the future I hope to turn it into an actual playable poker game :-)
TL;TR
We occasionally get together for a few games of Poker throughout the year and we have this internal competition, however we never keep properly track of games played, performance, tally etc. In the end we estimate who is the winner of the year, which is the reason why we stopped "paying lunches" :-P
I hope with this little app to keep track of personal performance, best hand(s) played, tracking of blinds during the game and any other feature I might find usefully.
The easiest way to get started is to install chocolaty (windows package manager) from here: https://chocolatey.org/ after installation open the command line or powershell in administrator mode and run the following:
- choco install nodejs
- choco install yarn
- choco install mongodb
P.S. to upgrade installed packages run choco upgrade all
Once they are installed, clone the repository, and open your command line and browse to the project's frontend folder and run
- npm i in the command line to install all dependencies. After they are installed you can run:
for React:
- npm run start
for Storybook:
- npm run storybook however we never keep propely track of games played, performance, tally etc. In the end we estimate who is the winner of the year, which is the reason why we stopped "paying lunches" :-P
I hope with this little app to keep track of personal performance, best hand(s) played, tracking of blinds during the game and any other feature I might find usefull.
The easiest way to get started is to install chocolaty (windows package manager) from here: https://chocolatey.org/ after installation open the command line or powershell in administrator mode and run the following:
- choco install nodejs
- choco install yarn
- choco install mongodb
P.S. to upgrade installed packages run choco upgrade all
Once they are installed, clone the repository, and open your command line and browse to the project's frontend folder and run
- npm i in the command line to install all dependencies. After they are installed you can run:
for React:
- npm run start
for Storybook:
- npm run storybook