- Task: https://github.com/rolling-scopes-school/tasks/blob/master/tasks/virtual-keyboard/virtual-keyboard-en.md
- App screenshot:
- Deploy: https://illia-sakharau.github.io/virtual-keyboard/
- Done 01.05.2023 (deadline 02.05.2023)
- Score: 110/110
- Minimal scope
- (+20) the generation of DOM elements is implemented. body in the index.html is empty (can contain only script tag)
- (+10) pressing a key on a physical keyboard highlights the key on the virtual keyboard (you should check keystrokes of numbers, letters, punctuation marks, backspace, del (if it's present), enter, shift, alt, ctrl, tab, caps lock, space, arrow keys
- Basic scope
- (+15) switching keyboard layouts between English and another language is implemented. Selected language should be saved and used on page reload. A keyboard shortcut for switching a language should be specified on the page
- (+15) mouse clicks on buttons of the virtual keyboard or pressing buttons on a physical keyboard inputs characters to the input field (text area)
- Extra scope
- (+15) animation of pressing a key is implemented
- Technical requirements
- (+15) ES6 features are used
- (+10) ESLint is used
- (+10) Requirements to the repository, commits and pull request are met