Skip to content

crispaulcastaneda/covid19-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Tracker

A simple project made using a JavaScript framework.

Purpose

Built a simple project and save codes for future reference.

How to use

Soon will be publish the preview.

  1. Download the repository
  2. Extract
  3. Open with VS Code
  4. NPM build / yarn build

4.1 NPM run / yarn run

Acknowledgetments

All the dependencies are installed by using VS Code Terminal.

API used: Mathdro Covid API

Material UI: mat-ui

Axios: Axios

React Chart: Chart

React Chart: Chart2

GH-Pages: GH-Pages

Setups

On setting-up GH-Pages after installing to run live on any browsers: write these on your script section from package.json

"predeploy": "yarn build",
"deploy": "gh-pages -d build"