+ 2

How can I make web app?

https://code.sololearn.com/WanE6MDr1guk/?ref=app How can I make this code editor a web app?

21st Oct 2017, 3:56 PM
B.D
B.D - avatar
1 Answer
0
"In computing, a web application or web app is a client–server computer program in which the client (including the user interface and client-side logic) runs in a web browser.[1]" https://en.wikipedia.org/wiki/Web_application A Web App is an App that runs on the web... This actually runs on the web - it includes JS which is actually a client side programming language... So it is a web App... The only thing you need to make is to make it standalone :) So. If you have an ftp account (can get one for free) Just upload it on the server and make it a html or php file... If it will be the only file then name it index.php or index.html (preferred since you do not use php)... and you need to include the css inside the html file or as a standalone stylesheet for example style.css -how to do that can be found on sololearn or in any tutorial about css... and that's it. Another thing... the <script></script> shows a warning - so you might change its location... PS. I love the feature!!!! :)
24th Oct 2017, 4:52 PM
BartƂomiej BugaƂa
BartƂomiej BugaƂa - avatar