+ 6
~~Not a question just a forum for my code~~
https://code.sololearn.com/Wj281TCmMPDa/?ref=app so any suggestions would be appreciated I am currently thinking about making the keys bigger should I do it?
9 Answers
+ 4
well thx for the feedback!
+ 4
Add a backspace and be careful with your marquee
(http://stackoverflow.com/questions/15128716/html-5-marquee-tag-error-in-w3c-validation).
O, and maybe use the qwerty-layout.
+ 3
its hard to but that cause how would I make JavaScript recognize the text entered?
+ 3
Yeah I know about the marquee its not supported nowadays but sololearn playground still supports it
thx!
+ 3
and yeah will be adding the backspace button
+ 2
I would have written it more dynamic instead of typing almost the same thing several times. but nice idea. I like the idea of creating a keyboard and monitor with css
+ 2
I think the UI is pretty difficult to use. That is one way to do it, but I'd prefer something simpler. Like instead of having to use your mouse to type the text, just put a textbox there or what not,
+ 2
I guess you could do something like a textarea, to which you would include an onchange attribute that tells the browser to execute a function in your javascript file. That function would change the contents of the result box.
+ 1
Just to give you an idea what i meant with dynamic:
https://code.sololearn.com/W7k6jvoGmn8m/#js
I added a text input and a reset button and backspace button
check it