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.
- Host: GitHub
- URL: https://github.com/florian-catalin-elisei/coronavirus-tracker
- Owner: florian-catalin-elisei
- Created: 2024-01-27T16:01:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T16:05:33.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:56:26.194Z (4 months ago)
- Topics: css, html, javascript, material-ui, react, react-chartjs-2, react-countup
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```