HospiceFind
HospiceFind
A progressive web app that let users view information and metrics about hospices. These metrics are provided by Medicare and have an API that lets you pull the data. Users searched using their zip code to see options in the area. Then could sort their search by different metrics, see a detailed page for each hospice, and compare metrics across different hospices.
What I Leaned
I learned how to work with large amounts of data. The data was pulled, turned into objects that were much easier to work with, and then custom data was added to those objects for sorting/filtering purposes. I learned out to make a progressive web app using Javascript service workers. I also learned a lot about design, having to make something user friendly whose UI needed to work on desktop and mobile screens.