A simple react app that will allows you test your keyboard keys.
- clone the github repo, use "npm i" to install all the packages.
- use "npm run dev" command to run the app, you can visit "localhost:5173
- Inside src/data/ a Keys.jsx file contains all the keys.
- Inside components Keyboard.jsx is the main component which is rendering all the keys and functionality.
- src/layouts/ KeyboardLayout.jsx is used for lazy loading i.e skeleton loader.
- src/context/ is used for global store that has a single darkMode variable for toggling theme.