Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.17 KB

COVID-19 Information Hub

Decription

  • GIVEN a covid information hub with dropdown selection
    WHEN I search for a US State
    THEN I am presented with current and total number of covid cases for that state
    WHEN I view current covid cases for a state
    THEN I am presented with the state name, the date, and total daily cases for that state
    WHEN I view the covid cases for a state
    THEN I am presented with the total number of positive results for the selected state and the total deaths for the state
    WHEN I view the United States Totals
    THEN I am presented with the total number of positive cases and deaths for the entire United States
    WHEN I click on a state in the search history
    THEN I am again presented with current and future conditions for that state

Setup

git clone git@github.com:mooka0/covid19-info-hub.git

Working Deployed link recording

Screen Shot 2020-12-03 at 6 03 00 PM

COVID-19 Information Hub page