This is a personal project created to track the outbreak of COVID-19 pandemic in 2020. The project is an web app consisted of multiple tables and charts to help following up new cases worldwide. The app is created with create-react-app.
Currently deployed on GitHub Pages: https://covid19.epublab.net
If you like, you can pull the project and run on your own machine. After the pull, go to the project folder and use Yarn to install dependencies by running:
When that's done, run:
It will run the app in the development mode.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.