DEV Community

Discussion on: My personal website built using HTML, CSS, and vanilla JavaScript

Collapse
 
nguyentran6698 profile image
nguyentran6698

Hi. I just want to said your website is so cool. Do you mind if I ask how you implemented the terminal feature for your website ? Thank you so much

Collapse
 
kimlimjustin profile image
Justin Maximillian Kimlim

Actually, I use vanilla JavaScript to handle all of this, by listening to the enter key and when it's pressed, check the value inputted and give an output. My website is completely open-source, you can check the javascript handler of the terminal feature here.