0

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?

Edd Chang
  • 931
  • 1
  • 7
  • 16

2 Answers2

1

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

https://www.wappalyzer.com/

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

1

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

Mike_Jr
  • 335
  • 1
  • 2
  • 18