An open API service indexing awesome lists of open source software.

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!

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`.