This is a simple Covid 19 dashboard analytics visualization developed with React and Ant Design.
This dashboard uses the disease.sh API
See Live Demo: https://covidanalytics.netlify.app/
- React
- Ant Design
- Ant Design Charts
- react-countup
You can run this project from source or running it as a docker container.
git clone https://github.com/rafyzg/covid-dashboard
cd covid-dashboard
Install packages (using yarn in preffered)
yarn
or
npm run install
Then run the project:
npm run start
Visit the url : http://localhost:3000
docker build -t covid_dashboard .
docker run 3000:3000 covid_dashboard
Please star this repo if you found it useful.