Release 0.2a: #good-first-issue - Make web app work offline!
Hello, folks! October has arrived (or at least arriving when I am writing this) which means HacktoberFEST 2019 has commenced. As many participants around the globe, I am starting my contribution to the event. My plan for the event is simple! I will make 1 pull request for each of the 4 weeks of October. Stalling no more! I have already worked on my first contribution and I want to share with you folks about it. Issue #1: Creating a simple Progressive Web App ! Links: Repository | Issue | Pull Request To recap... The web app is a simply tool for developers to know what is the size of the current viewport by opening the app on the device that they want to measure. The app is written in JavaScript and requires an improvement - offline working capability. The app is interactive when we resize the viewport and the code for the app is very simple with only static resources. The app's simple UIAdd caption As I have planned in my previous post about Ha...