This dashboard aims to raise awareness on the global pandemic caused by the Covid-19 outbreak and share useful information on safety measures to fight the virus.
- Gatsby (Front-End)
- mathdroid API (Data sourced from John Hopkins University CSSE)
- Mapbox (For heatmap visualisation)
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone https://github.com/bilafish/covid-19-dashboard.git
- Install necessary packages
yarn
- Start the development environment
yarn develop