Our COVID-19 information dashboard is a web application that shows general COVID-19 data for the entirety of the United States. This data includes the number of Cases, the number of Recoveries, the number of Active Cases, and the number of Deaths due to Coronavirus within the United States. The website also has a bar graph and a pie chart that display the Recovered Cases to Deaths ratio and the deaths and recovered that occurred today.
To start the website, please use npm start in a terminal, which will open up the app on on your local host 3000.
From there you will be able to see all of the available COVID-19 data.
You can also create an account using our Login and Signup pages!
disease.sh
John D. Martin III
Developed by:
- David Pham - davpham
- Ferras Dahnoun - fdahnoun
- Stephen Zheng - stzheng7
- Saketh Devareddy - SakDev
- Matthew Brightman - mbrightman
Other steps that you will need to take after your team has accepted the assignment:
- Edit this README.md file and use it as the main location of your technical documentation with links out to information contained under
/docs/. Things to talk about in DEMO video
- How to install it - cloning repo, npm install, npm start
- Talk about what data we have, where we got it from, what data is on the charts, the data updates daily
- Talk about login and sign up page
- Talk about where we actually register (at the bottom of main page)
- What we need to work on - combining where we register/login and actually implementing on the correct pages.