Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.42 KB

poker-checker

Overview

Poker Checker allows you to determine the winner of a given poker round.

Features

Features include:

  • Intuitive UI to input your final cards
  • Ability to customize player names
  • Round results saved to a database

Screenshots and videos

HandEntry_Small RoundViewer_Small

poker-checker_demo_v1.mp4

Planned features:

  • User accounts
  • Recall of previously played rounds

Repository structure

Packages

  • 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

Credits

Front-end

Back-end

Tools