On the first things that any good front end devs love to do when spending time to perfect their front-end craft is be on the lookout for other cool front-end technologies that make best mobile web apps.
There’s certainly been no shortage of good ones out there.
I’m using PhoneGap(also known as Cordova) as the good starting guide for building mobile apps.
Personally, I fell that it’s best starting point for beginning aspiring mobile developers in getting their teeth sink for getting mobile apps up and running, without much in-depth knowledge of mobile languages such as Objective-C and Swift. By accomplishing this, you will get the better feel how you can build great apps using the current knowledge level of your Javascript, HTML and CSS before you decide to take on other mobile app frameworks such as Ionic and Nativescript that I keep hearing so much from the mobile app community.
Tools I use for development
- Code text editor such as Sublime Text
- Java SDKs
- Android SDKs
- NPM(from Node)