This is a COVID-19 chart, where you can check the progress in your country. Designed and developed by Kristina Kuzmenko.
You can view and try the project online here.
Install project on local computer (node.js required):
npm i
Run project:
npm run start
Run tests:
npm test
Create optimized production build for the project:
npm run build
This project has .travis.yml
config for auto check and deploy to GitHub Pages.