Skip to content

v1.0 Initial Release

Choose a tag to compare

@brodyking brodyking released this 01 Jul 22:31
· 94 commits to main since this release
  1. Working games, including:
    • Adding multiple players, buyins, and cashouts.
    • Different payment methods for each buyin.
    • History of all transactions and player interactions.
  2. A fully functional backend API, including:
    • Authentication: Logins, Logouts, and Registration.
    • Game Interactions: Buyins, Cashouts, Adding Players, Deleting games, Listing all games available, Creating new games, and Renaming games.
    • Other data fetching, including Release Notes and the Donation page. These are also cached in the browser to avoid requesting static content twice.
  3. A desktop and mobile friendly UI
    • Created with Bootstrap 5.3 and Bootswatch 5
    • All actions, besides settings, do not cause a page refresh. This makes the app faster as less data has to travel on each action, and in addition works well as a PWA.