bakNa2t / keycode

Web app for searching keycode using JavaScript's manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display Keycode Webapp

What has been implemented:

  • elementary HTML and CSS design
  • DOM manipulation: removing a starting element <div> and adding new objects to display event.key, event.keyCode and event.code using JavaScript
  • the function displayKeyCode() is triggered when using the keydown event
  • using pseudo selector ::before to display image discription
  • automatic changing of style atribute background-color when the function displayKeyCode() is triggered
  • click here => Display Keycode Webapp

Keycode Webapp

About

Web app for searching keycode using JavaScript's manipulation


Languages

Language:CSS 47.4%Language:JavaScript 41.5%Language:HTML 11.1%