Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 824 Bytes

HeatKeys

Web-app for visualizing the frequency of key usage on the keyboard as a heat map. Supports multiple languages and custom keyboard layouts.

preview

Features

  • Text analysis and creation of a heat map in two modes
  • Customizable dictionaries
  • Customizable keyboard layouts

How to use

GitHub Pages

You can try the app here: papersaccul.github.io/HeatKeys

Build project

  1. Clone the repository:
    git clone https://github.com/papersaccul/HeatKeys
  2. Go to the project directory:
    cd HeatKeys
  3. Install dependencies:
    npm install
  4. Build and run the local server:
    npm run start

    The app will be available at localhost:8080