NTX-McGill/NeuroTechX-McGill-2021

Software (frontend): QWERTY keyboard layout

Closed this issue · 2 comments

mlej8 commented

Create a single page frontend with the following QWERTY keyboard layout.
Keyboard_demo
l

Each key must be "clickable", e.g. if the user clicks on "Q" once, "Q" stays highlighted in RED until the user clicks on "Q" a second time which "untoggles" it.

mlej8 commented

Note that we only need the 26 characters of the alphabet and the space along with the backspace for the moment.

mlej8 commented

We can create a GET route in the backend to return this template.