+ 2
How do I code here in solo learn and turn it into an actually application I can access without opening solo learn? đ€§
2 Answers
+ 3
The only way to do that is to code and build apps using an IDE or using a text editor plus the associated compiler (interpreted languages like python don't need a compiler).
If you are building web pages, a text editor and browser are all you need (make sure you save the file with the proper extensions e.g. .html, .css, .js).
+ 1
Thanks alot