Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 731 Bytes

File metadata and controls

31 lines (24 loc) · 731 Bytes

🚧 a work in progress 🚧

React Native Chess Clock

Chess clock with built-in match tracking (React Native)

Screens

Develop locally

git clone https://github.com/paulphys/react-native-chess-clock
cd react-native-chess-clock
yarn
yarn dev

To-Do's

  • 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