Hi everyone, I designed and made this dashboard to display vaccination data in malaysia.
The vaccination data is supplied by my own backend and the cases is taken from Disease.sh API
- Clone this project.
- Go to project directory in your terminal/command prompt.
- Type and execute/run
yarn add
to install the packages in this project. - Type and execute/run
yarn start
to start the project locally.