Edd Chang
Edd Chang

Reputation: 1013

How is this interactive website made?

I am trying to make a website similar to this and I'd like to know how this website was made. The website is also run on desktop and has a mobile app too so there's no HTML or anything in the back end.

Any ideas?

Upvotes: 0

Views: 61

Answers (2)

Mike_Jr
Mike_Jr

Reputation: 345

as mentioned you can use https://www.wappalyzer.com/ or http://builtwith.com to know the technologies used, further more you can view the webpage source or use the inspect element tool to have a better idea of what is going on. and ofcourse there is HTML used in that page whether it was automatically generated or manually

Upvotes: 1

AngularNoob
AngularNoob

Reputation: 26

You can use Wappalyzer to identify the technologies used for this Website.

https://www.wappalyzer.com/

Result for https://realtimeboard.com/signup/

Upvotes: 1

Related Questions