Skip to content

Illia-Sakharau/virtual-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Virtual Keyboard

  1. Task: https://github.com/rolling-scopes-school/tasks/blob/master/tasks/virtual-keyboard/virtual-keyboard-en.md
  2. App screenshot: image
  3. Deploy: https://illia-sakharau.github.io/virtual-keyboard/
  4. Done 01.05.2023 (deadline 02.05.2023)
  5. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published