@PremprakashSingh
Student undergrad & developer, Learner, on the road to become fullstack developer
Nothing here yet.
Nothing here yet.
No blogs yet.
Hi all, I am Premprakash Singh, a Software Developer from Mumbai, India. I am a learner who loves to code and attending tech meetups. I am a freecodecamper and a member of Chingu cohort as well (Bearded Dragon June cohort & Chingu-voyage cohort) and a newbie in open source development. Also started a tech blog howtocoder.com - give some love :) I am an old member of hashnode, i got to know about it from a developer's tweet whom i follow on twitter. And in my head it's lke quora for software developers and i really like this community. Keep up the good work Hashnode team. I am currently working at Speedbox. I mostly write Javascript and do Web development, both frontend and backend. I am passionate about coding. Besides programming i love to watch comedy movies and web series and spending time with my friends. I explore different areas of technologies on weekends and love to attend tech meetups.
To make a application to track location of phone - you can use built in location functionality of the respective os (android or ios). And yes it will need permission of location services in order to use it. This way you can get real time time location of your device using built in Apis.
Hi, I saw the landing page of your website. here is what is see in inspect element - You are not using bootstrap because there are no bootstrap css files OR CDN included in the head section of your html page. Also i don't see any media queries of 480px for mobile as well to handle the responsive design to be mobile friendly. If you want to make it mobile friendly then add media queries for that. This stack overflow thread will help https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile Thanks