🚧 a work in progress 🚧
Chess clock with built-in match tracking (React Native)
git clone https://github.com/paulphys/react-native-chess-clock
cd react-native-chess-clock
yarn
yarn dev
- Fix increments not working after reselection
- Fix increments adding up on resume
- Break out mono logic into components
- Add option to configure custom time variants
- Implement match tracking with
AsyncStorage
- Add option to export game data
- Convert to TypeScript + refactoring