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

https://github.com/florian-catalin-elisei/coronavirus-tracker

This is a React app that helps you keep up with the latest information about COVID-19 in the USA. It shows you the total number of people who got sick and those who unfortunately passed away. Plus, there's a chart that lets you see how these numbers change every day.
https://github.com/florian-catalin-elisei/coronavirus-tracker

css html javascript material-ui react react-chartjs-2 react-countup

Last synced: 3 months ago
JSON representation

This is a React app that helps you keep up with the latest information about COVID-19 in the USA. It shows you the total number of people who got sick and those who unfortunately passed away. Plus, there's a chart that lets you see how these numbers change every day.

Awesome Lists containing this project

README

        

# Coronavirus Tracker

This is a React application that displays COVID-19 statistics for the USA. It includes features like displaying the total number of infected cases and deaths, as well as a line chart showing daily statistics.

## Installation

Install my project with npm

1. Clone the repository to your local machine:

```bash
git clone https://github.com/florian-catalin-elisei/coronavirus-tracker.git
```

2. Navigate to the project directory:

```bash
cd coronavirus-tracker
```

3. Install the dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm start
```