Skip to content

virtual-keyboard - #1

Open
Ritter1111 wants to merge 17 commits into
mainfrom
development
Open

virtual-keyboard#1
Ritter1111 wants to merge 17 commits into
mainfrom
development

Conversation

@Ritter1111

Copy link
Copy Markdown
Owner

1.Task: https://github.com/rolling-scopes-school/tasks/blob/master/tasks/virtual-keyboard/virtual-keyboard-en.md
2. App screenshot:
Снимок экрана 2023-04-29 131914
3. Deploy: https://ritter1111.github.io/virtual-keyboard/
4. Done 29.04.23 (deadline 02.05.23)
5. Score: 110 / 110

  • Minimal scope
    • the generation of DOM elements is implemented. body in the index.html is empty (can contain only script tag): +20
    • 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: +10
  • Basic scope:
    • 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): +15
  • Extra scope:
    • animation of pressing a key is implemented: +15
  • Technical requirements:
    • usage of ES6+ features (classes, property destructuring, etc): +15
    • usage of ESLint: +10
    • requirements to the repository, commits and pull request are met: +10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant