Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhluska/poker-tracker
💰 Frontend for a Google Sheet used to track my poker sessions
https://github.com/mhluska/poker-tracker
google-sheets poker tracker tracker-application
Last synced: 20 days ago
JSON representation
💰 Frontend for a Google Sheet used to track my poker sessions
- Host: GitHub
- URL: https://github.com/mhluska/poker-tracker
- Owner: mhluska
- Created: 2022-03-18T02:54:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T05:26:07.000Z (over 2 years ago)
- Last Synced: 2024-10-28T11:11:35.977Z (2 months ago)
- Topics: google-sheets, poker, tracker, tracker-application
- Language: TypeScript
- Homepage: https://poker.mhluska.com
- Size: 767 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Poker Tracker
Frontend for a Google Sheet used to track my poker sessions.
To better understand how React works under the hood, I built my own [basic
React-like library](https://github.com/mhluska/recat) to power this.### Develop
```sh
nvm use $(cat .nvmrc)
npm install
npm start
```### Deploy
```sh
npm run deploy
```### FAQ
> Why?
I used to type session data into a note on my phone and then
transfer it to the sheet later on my laptop. This was error-prone and got tiring
quickly.> Why not use an existing poker app?
I wanted to be able to export the data and run my own queries on it.
> Why a custom React?
Curiosity.
> Can I use this?
Not yet. It only saves to my Google Sheet for now.