Hi everyone, my name is Vincent and I am a front-end developer.
I made this project as a hobby project for my portfolio.
I wanted to make a COVID-19 website in Indonesia that is good looking yet informative. \
Please star this project if you find it useful or interesting!
- COVID-19 data is sourced from my proxy backend
- Vaccination data is taken from Cekdiri's API
- Infectivity rate and other statistic is taken from Ministry of Health website embedded Tableau
CovidTracker was bootstrapped with Create React App and deployed to Cloudflare Pages
- Clone this project
- Type and execute/run
npm i
. Wait until the installation is finished. - Type and execute/run
npm start
to start this project.- There might be issue adding the table dependencies from material-ui library. \
- Take note the missing packages and run
npm i packages_name_here
. Try starting the project again. - If there is another missing package, do previous step.