Skip to content

la-scala-projects/covid-19-chart

Repository files navigation

COVID-19 Chart Build Status

This is a COVID-19 chart, where you can check the progress in your country. Designed and developed by Kristina Kuzmenko.

View online how it works:

You can view and try the project online here.

How to start a project locally:

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.