Made a Progressive Web App

I recently made a webapp that displays live stock prices using an API.
Well, I wanted to make it native, but the process of uploading an app to either App Store or Google Play is hell.
But.. I just found a little dev platform (Progressive Web Apps) that apparently isn't that well known... And apparently it works on both Android and Apple.
And here's the best part: I didn't have to rewrite the app at all.. Just a few tweaks & my HTML JS app was native like a real app.
Check it out at investor.netlify.app... Mobile recommended.

(If you want to make your own, Google's Tutorials are a great place to start).

Comments

Popular posts from this blog

How to access JSON objects with spaces in Javascript