An open API service indexing awesome lists of open source software.

https://github.com/victor1890/covid-19-tracker


https://github.com/victor1890/covid-19-tracker

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# COVID-19 Tracker

## Installation

Use the package control version [git](https://git-scm.com/downloads) and [node](https://nodejs.org/en/).

```bash
git clone https://github.com/Victor1890/COVID-19-Tracker.git
```

```bash
cd COVID-19-Tracker
```

## Library using in the project

1. [Axios](https://github.com/axios/axios)
2. [React Bootstrap](https://react-bootstrap.github.io/)
3. [React Moment](https://www.npmjs.com/package/react-moment)

## Usage

Using VSCode like IDE, open the `COVID-19-Tracker` run the following commands

In order to install the dependencies

```bash
npm install
```

In order to start in mode development

```bash
npm start
```

## Screenshot

![img](design/COVID-19.png)

## License
[MIT](https://choosealicense.com/licenses/mit/)