https://github.com/hur/clacking.club
Test your typing speed with clacking.club!
https://github.com/hur/clacking.club
javascript react
Last synced: about 1 year ago
JSON representation
Test your typing speed with clacking.club!
- Host: GitHub
- URL: https://github.com/hur/clacking.club
- Owner: hur
- Created: 2020-12-06T19:00:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T20:49:25.000Z (over 3 years ago)
- Last Synced: 2025-02-11T21:11:55.845Z (over 1 year ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage: https://atteniemi.com/clacking.club/
- Size: 5.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clacking.club
Test your typing speed at [clacking.club](https://clacking.club). Built with `React`, fully client-side.
### npm dependencies
- `gh-pages`: for easy deployment
- `faker`: for generating words
- `react-sizes`: efficiently handle resizing the window
### Development environment instructions
Requirements: `yarn`, `npm`
`git clone` -> `npm install`
Deploy to `gh-pages` branch: `npm run deploy`.