https://github.com/abeidahmed/react-typing-speed-test
https://github.com/abeidahmed/react-typing-speed-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abeidahmed/react-typing-speed-test
- Owner: abeidahmed
- Created: 2020-01-14T16:01:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T07:58:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T17:14:06.891Z (3 months ago)
- Language: JavaScript
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A simple React based typing game.
### Features
- Highlight incorrect typed characters.
- Calculate words per minute.
- A timer that show the amount of time elapsed.
- Total correct characters typed.### Download
```
git clone https://github.com/abeidahmed/react-typing-speed-test.git
cd react-typing-speed-test
npm start
```