Honlsoft logo

Honlsoft

BlogProjectsAboutLinksFitness

Tag archive

Posts tagged COVID-19

3 posts tagged with COVID-19.

April 27, 2020

COVID-19 Statistics Web Application - Progressive Web Applications with Angular

In this post, I'm going to be turning the COVID-19 statistics web application I've been building into a Progressive Web Application (PWA). PWAs are a modern way to provide an app like experience with a web application without having to build a native application or using a wrapper such as cordova to put it in the store. In short the main experience I'm looking for is the ability to install the web app as an application on a phone.

April 21, 2020

COVID-19 Statistics Web Application - Additional Graphs

After publishing my original application, I decided to add a few graphs to it to show daily test results and a few other trends. This is a short post to describe the changes. There are several good charting libraries in Angular to use.

April 18, 2020

COVID-19 Statistics Web Application

I've been working with Angular as my primary platform for building web applications for over a year now. I've typically used Angular Material as my UI component framework. However, there are several other good frameworks out there to build high quality applications.