A COVID 19 dashboard written in React JS to display information regarding infections, deaths and other meaningful information regarding the matter.
"Your problem with Vim is that you don't grok vi"
- Jared Dyreson
- Janessa Vazquez
- Ryan Jessman
- Jonathan Hana
- API documentation found here
- This data is provided by Jon Hopkins University
- This API documentation was used for the USA interactive map
- Axios for HTTP GET requests
- Interactive map for the continental United States found here
- Interactive map for the entire world found here
- Calendar date picker here
- Sweet Alert here
NOTE: Docker has been having issues working, I decided to just deploy to Heroku.
This project is simple to setup:
- Clone this repository using the command :
git clone https://github.com/JaredDyreson/Grok-19.git cdinto it- Ensure
dockeris installed on your machine, the documentation for your specific machine can be found here - To run the current container, you can run
docker-compose up --build -d. The instance will then be running on localhost on port 3000
It is recommended at this point to containerize your dependencies so they are easily tracked
- Clone this repository using the command :
git clone https://github.com/JaredDyreson/Grok-19.git cdinto it- Ensure
nodeis installed, here is the landing page for node - After
nodeis installed, you should then installyarnto manage your packages. That can be found here - Next, run
yarn installto install all the dependencies needed for this project to work - Then, in a separate terminal window, run the command
npm startin the root directory of the project - This will spawn a new window where the application will be running