Giter VIP home page Giter VIP logo

rss-virtual-keyboard's Introduction

rss-virtual-keyboard

Учебный проект rss-school

  1. Task: https://github.com/rolling-scopes-school/tasks/blob/04528c80f051b2d5bc11930e91fff78ed579548a/tasks/virtual-keyboard/virtual-keyboard-en.md
  2. App screenshot: image
  3. Deploy:
    https://rincewizz.github.io/rss-virtual-keyboard/
  4. Done 08.05.22 (deadline 10.05.22)
  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(+20)
  • 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)
  • Penalties
    • there're errors related to the executable code (errors like favicon.ico: Failed to load resource: the server responded with a status of 404 are not taken into account) or there're eslint-config-airbnb-base warnings

Инструкция по сборке

  1. Склонировать репозиторий: git clone [email protected]:rincewizz/rss-virtual-keyboard.git
  2. Перейти в папку проекта: cd rss-virtual-keyboard
  3. Перейти на ветку разработки: git checkout dev
  4. Установить зависимости: npm i (Внимание: Разрботка велась на nodejs 16)
  5. Сделать сборку: production npm run build или development npm run dev

rss-virtual-keyboard's People

Contributors

rincewizz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.