/virtual-keyboard

⌨️ Virtual Keyboard using React

Primary LanguageTypeScript

screenshot

Virtual Keyboard

⌨️ Mechanical Virtual Keyboard build with ⚛️ React

🚀 Demo

Live demo

📦 Installation

Clone the repo locally:

git clone https://github.com/smartcrash/virtual-keyboard
cd virtual-keyboard

Install NPM dependencies:

npm install

Build assets:

npm run build

Run the dev server (the output will give the address):

npm run dev

🧪 Running tests

To run the tests, run:

npm test