christorepl / CovidPovertyLink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CovidPovertyLink

An app for users to research and compare the COVID-19 rates and poverty rates of US states.

Users can select one or more US states and view data related to poverty and COVID-19 rates.

This app is currently hosted on GitHub.

Here is a sample screenshot of what a user's results should look like when they make a request: screenshot

Users can select and deselect states using the form as shown below:

selectionGif As you can see, you can remove states from the "Selected States" list by either clicking the name of the state in the "States" list or the "Selected States" list.

The Population Estimates API tends to be the most problematic. Errors appear to be returned in an HTML format as opposed to a JSON object. Users only need to pause their submissions for a moment before the API will start successfully responding again.

Languages/ Libaries used:

  1. Javascript
  2. HTML
  3. CSS
  4. jQuery

API's used:

  1. coronavirus-us-api
  2. SAIPE
  3. Population Estimates

Plugins used:

  1. multi.js

Plans for improvement in V2:

  1. Add a select all button to the selection form
  2. Add a remove all button to the selection form
  3. Add data about race
  4. Make tab button easier to use in form
  5. Alter functions so that error messages are displayed on the page [not with alerts]

About


Languages

Language:JavaScript 49.1%Language:CSS 32.6%Language:HTML 18.3%