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

https://github.com/andrianarivo/covid-19-metrics

The "Covid-19 Metrics" is a React-based web application that provides real-time information about the number of active COVID-19 cases on each continent and allows users to explore further by displaying the active cases for each country within a selected continent.
https://github.com/andrianarivo/covid-19-metrics

covid-19 javascript reactjs redux redux-thunk

Last synced: about 1 month ago
JSON representation

The "Covid-19 Metrics" is a React-based web application that provides real-time information about the number of active COVID-19 cases on each continent and allows users to explore further by displaying the active cases for each country within a selected continent.

Awesome Lists containing this project

README

        


Covid-19 Metrics


Screenshot 1
Screenshot 1

# 📗 Table of Contents

- [📖 Covid-19 Metrics](#about-project)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Covid-19 Metrics

**Covid-19 Metrics** is a React-based web application that provides real-time information about the
number of active COVID-19 cases on each continent and allows users to explore further by displaying
the active cases for each country within a selected continent.
The primary objective of the "Covid-19 Metrics" app is to help people stay informed about the
COVID-19 situation across different continents and countries. By providing real-time data, the app
enables users to make informed decisions regarding travel plans, business operations, and general
safety measures.

## 🛠 Built With

### Tech Stack

Client

API

### Key Features

- **Real-Time Data**
- **Continent Overview**
- **Country Breakdown**
- **User-Friendly Interface**
- **Responsive Design**

(back to top)

## 🚀 Live Demo

- [Video presentation](https://www.loom.com/share/29a86f6742234a628d52fab2d3672f83?sid=2d776efe-947f-4a93-bd27-d1ee2ba5ec4e)
- [Live Demo Link](https://extraordinary-kitten-6a3f95.netlify.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- `NodeJS`
- `Code editor (VSCode)`

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/andrianarivo/covid-19-metrics.git
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

### Deployment

You can deploy this project using your own deployment solution (Netlify, Render, Gh-Pages)

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [andrianarivo](https://linkedin.com/in/andrianarivo)

(back to top)

## 🔭 Future Features

- [ ] **Choosing theme**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/andrianarivo/covid-19-metrics/issues).

(back to top)

## ⭐️ Show your support

If you like this project consider giving a ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse Community!
Original design idea by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio).

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)