-2

I'm doing a project in school with my friends. We have to develop a simple html, css, java script site like the W3 schools try it yourself thing. But neither of us know how to code a website that lets you write html and css, press run and see the result. When it comes to the coding part we all have top grades but, we have done a ton of research but we didn't really found anything.

With what and where should we start??

// J.N

  • 1
    Nothing? I have found ton of tutorials. https://stackoverflow.com/questions/8794998/how-to-create-a-javascript-try-it-yourself-editor ... https://fellowtuts.com/html-css/make-a-html-css-js-try-it-yourself-editor/ ... http://www.apnapedia.com/create-html-online-editor/ ... https://stackoverflow.com/questions/30111567/try-it-yourself-editor-js ... https://stackoverflow.com/questions/26170483/how-to-create-a-html-and-css-try-it-yourself-editor ... https://www.quora.com/How-can-we-create-an-online-TryIt-Editor-for-HTML-CSS-Javascript-etc-just-like-w3schools-or-tutorialspoint-com – Bedla Sep 16 '18 at 19:02

1 Answers1

0

are you looking for something like this?

https://codesandbox.io/

You can write your code here, before you publish it, whereever you're building your project. Kinda like a test environment, before you build your actual project...

Reena Verma
  • 1,512
  • 2
  • 15
  • 37
  • Yeah, but we are supposed to code our own test enviroment for other people to use (that's our project). We just don't know how to get the html, css and JS code to transform into an actual "test website" when we press the RUN button in our test environment. We all know PHP and we have worked with servers. – Jonatan Nordlander Sep 16 '18 at 23:32