Skip to content

codejam-virtual-keyboard#2

Open
certif wants to merge 3 commits intomasterfrom
codejam-virtual-keyboard
Open

codejam-virtual-keyboard#2
certif wants to merge 3 commits intomasterfrom
codejam-virtual-keyboard

Conversation

@certif
Copy link
Copy Markdown
Owner

@certif certif commented Nov 6, 2019

  1. Task - https://github.com/rolling-scopes-school...
  2. Screenshot -
  3. 06.11.2019 23:59
  4. Total (95 / 110)
  • реализована генерация DOM-элементов и index.html пустой изначально: +20;
  • нажатие на кнопку на физической клавиатуре подсвечивает кнопку на виртуальной: +10;
  • есть переключение между русским и английским языком, а так же сохранение выбранного языка: +15; (Alt+Shift или localStorage.lang = "ru")
  • клики по кнопкам на виртуальной клавиатуре выводят символы в инпут: +15;
  • реализована анимация нажатия на кнопку: +15;
  • использование в коде фишек стандарта ES6 и выше (classes, деструктуризацию и тд): +15;
  • использование eslint: +10;
  • требования к репозиторию, коммитам и PR выполены: +10;
  • ошибки или предупреждения eslint-config-airbnb-base: -15;
  1. GitHub Pages codejam-virtual-keyboard

"main": "script.js",
"dependencies": {
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need React-plugin?

"eslint-config-airbnb": "^18.0.1"
},
"scripts": {
"test": "eslint"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"test": "eslint"
"lint": "eslint"

background: #282941;
}

.active {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like previous class might be used instead

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.

2 participants