~~Not a question just a forum for my code~~ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

19th May 2017, 1:55 PM
_Retr0/-
_Retr0/- - avatar
9 Answers
+ 4
well thx for the feedback!
19th May 2017, 2:03 PM
_Retr0/-
_Retr0/- - avatar
+ 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.
19th May 2017, 2:26 PM
The Coding Sloth
The Coding Sloth - avatar
+ 3
its hard to but that cause how would I make JavaScript recognize the text entered?
19th May 2017, 2:07 PM
_Retr0/-
_Retr0/- - avatar
+ 3
Yeah I know about the marquee its not supported nowadays but sololearn playground still supports it thx!
19th May 2017, 2:28 PM
_Retr0/-
_Retr0/- - avatar
+ 3
and yeah will be adding the backspace button
19th May 2017, 2:30 PM
_Retr0/-
_Retr0/- - avatar
+ 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
19th May 2017, 2:02 PM
nouseforname
nouseforname - avatar
+ 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,
19th May 2017, 2:04 PM
Ralf Sild
+ 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.
19th May 2017, 2:12 PM
Ralf Sild
+ 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
19th May 2017, 4:42 PM
nouseforname
nouseforname - avatar