Web-app for visualizing the frequency of key usage on the keyboard as a heat map. Supports multiple languages and custom keyboard layouts.
- Text analysis and creation of a heat map in two modes
- Customizable dictionaries
- Customizable keyboard layouts
You can try the app here: papersaccul.github.io/HeatKeys
- Clone the repository:
git clone https://github.com/papersaccul/HeatKeys
- Go to the project directory:
cd HeatKeys
- Install dependencies:
npm install
- Build and run the local server:
npm run start
The app will be available at localhost:8080