KeyKey
A typing practice tool writing in react.All ui is reference to keykey
Features
- Keyboard and event listening
- text generator and input checker
- information statistics like char/min, accuracy, typos, etc.
- text generator options like number, caps, etc.
- custom article text import.
- helper utilities like key hint, error sound, etc.
Getting Started
install dependencies
i usually use yarn
to install npm dependencies,you can use others if you like.
yarn
run dev mode
yarn dev
Running the tests
Not any test script yet.
Built With
- React – The web framework used
- Typescript – Programming Language used
- Emotion – Styling library used
- random-words – text generator used
- Vite – Scaffolding tool
Contributing
Welcome to contribute to this repo.There is not a lot of requirements,so make a PR!!.
License
This project is licensed under the MIT License – see the LICENSE file for details