/covid-19-stat

A tracking web app for tracking covid-19 cases around the world

Primary LanguageJavaScript

Actions Status

COVID-19 TRACKER

A simple React web app to track COVID-19 cases. The data used in my project collected from the John Hopkins University CSSE and mathdroid covid-19-api.

Development

The website is built on ReactJS. If you are not familiar with React, we suggest checking out their excellent documentation.

Installation

  1. Clone the branch

    git clone https://github.com/rabindratamang/covid-19-stat.git
    
  2. Install dependencies

    yarn install
    

    or alternatively

    npm install
    
  3. Start the project

    npm start
    

Contribution

If you're new to contributing to Open Source on Github, this guide can help you get started. Please check out the contribution guide for more details on how issues and pull requests work.