cancel
Showing results for 
Search instead for 
Did you mean: 

How to develop a console like user interface on the website?

Tula
Advisor
Advisor
0 Kudos

Hi all,

I wonder how to implement a console like user interface on the website to show the result for the client-side user? Some websites, especially educational websites for teaching coding, already have this kind of user interface,e.g. Code Academy Site as shown in the below screenshot. Therefore, can anyone tell me how to develop this kind of website or which technologies/library are needed ? Thank you:)

Kind regards,

La

Accepted Solutions (1)

Accepted Solutions (1)

SergioG_TX
Active Contributor
0 Kudos

LA Tu,

you can have your input added as a dynamic scrip as shown here:

ajax - How do you execute a dynamically loaded JavaScript block? - Stack Overflow

then your output can be outputed to a text area

may be more complex scenarios to consider such as loading other 3rd party libraries, however, the simple js code can be done as i explained

Tula
Advisor
Advisor
0 Kudos

Hi Sergio,

thank you for your tips, I will have a look

Answers (0)