A React typing game built using React's hooks API.
git clone ...
cd hooked-on-typing
yarn
yarn start
localhost:1234
Hit enter and type the letters that are highlighted. Metrics are captured, such as hit rate percentage, number of words completed, errors, etc. Click the reset button to start the game over.
- Add timer to track speed/WPM
- Connect to dictionary API
- Add different modes
- Endless
- Timed
- Hardcore
- Word difficulty
- UI updates
- Optimized production build