Skip to content

Lukasmp3/holdem-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holdem Timer

Timer/clocks for Texas Holdem Poker.

This project is my first JS app. The aim is to get familiarized with the JS environment.

On the first page, the user configur the new session. The second (main) page contains timer, where the user can manually stop/pause the clocks and is notified by sound (if configured) when the game limits change.

Screen width: 640px+

Build and start

tsc
lessc src/less/style.less dist/style.css
yarn start

Run tests:

yarn jest

Technologies

TypeScript
less.js
ts-jest

Features

OOP (TypeScript)
Testing (ts-jest)
SVG buttons
Audio
Transitions, transformations
Flexbox
Drag'n'drop API
File API