Poker Checker allows you to determine the winner of a given poker round.
Features include:
- Intuitive UI to input your final cards
- Ability to customize player names
- Round results saved to a database
poker-checker_demo_v1.mp4
- User accounts
- Recall of previously played rounds
- common - Business logic functions shared by the front-end and back-end
- server - Back-end server to handle API requests and write results to database
- web - React front-end for user interface