Live system info display on tribute page?

If you visit this website, you can see a live info text cluster in the background that displays various info such as browser, OS, time on web-page, pointer location etc live. The same also does not scroll and the position stays constant as you scroll. I want to add something like this on my tribute page, anyone can help me with how this was done?

I have only completed FCC until the tribute page project so I hope this is within the scope of what I have already learned.

Thank you for all your help. :slight_smile:

You need to use JavaScript - which is not taught before the tribute page. But, if you know how to use any of it - try console.log(navigator) - you can get all the info there.

1 Like

Thank you for the reply. :slight_smile:
That really helps, at least now I know what to search for and figure out how to make it work.

Cheers!