Skip to content

jhonnierandrey/covid-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Board

Dashboard for Coronavirus Disease (COVID-19). Data for LATAM. Using API created by @mathdroid

Serving data from John Hopkins University CSSE as a JSON API

How to use:

  1. Clone this repo

        git clone https://github.com/jhonnierandrey/covid-board 
  2. Install all the required dependencies.

        npm i
  3. To start on your local machine :

        npm start

Contributing

  1. Fork it (https://github.com/jhonnierandrey/covid-board/fork)
  2. Create your own branch (git checkout -b newFeature/yourIdea)
  3. Commit your changes (git commit -m 'Add your commit')
  4. Push to the branch (git push)
  5. Create a new Pull Request