+ 2
I'm a newbie and I have been coding on my mobile phone, presently i'm planning to move to laptop what are the softwares needed?
Software needed to code on laptop
5 odpowiedzi
+ 20
And a Browser.... ^_^
+ 5
I think you should have some most common things like:-
1) Any one browse
2) Any code editor (but not notepad because it is very difficult to code in it by this you can use notepad++ or atom , sublime , brackets any)
3) some editors need Internet connection to preview your website and some doesn't.
+ 2
nothing just notepad for html javascript and css
for php write your code on notepad for run you need a localserver
you may use https://www.sololearn.com/
search on YouTube
+ 2
For anything other than Hello World notepad will soon make you feel like switching back to coding on mobile :)
if or before that happens you can try a better text editor like Atom, Sublime Text, Lime or Notepad++.
https://atom.io
https://www.sublimetext.com
https://limetext.org
https://notepad-plus-plus.org/
All links provided are free pieces of software except Sublime text, that requires you to purchase a license, although it lets you use the unlicensed program with a warning.
+ 2
Thanks everyone for the instance response