Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baayeh/covid-metrics

COVID-19 Tracker is a web app that tracks COVID-19 cases worldwide. It uses the VACCOVID API from RapidAPI. Built with React, Redux and Tailwindcss
https://github.com/baayeh/covid-metrics

reactjs redux rest-api tailwindcss

Last synced: 17 days ago
JSON representation

COVID-19 Tracker is a web app that tracks COVID-19 cases worldwide. It uses the VACCOVID API from RapidAPI. Built with React, Redux and Tailwindcss

Awesome Lists containing this project

README

        

# 📗 Table of Contents

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

# 📖 [COVID-19_Tracker]

**COVID-19_Tracker** is a web app that tracks COVID-19 cases worldwide. It uses the VACCOVID API from RapidAPI

## 📷 [Screenshots]




## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Homepage - Dispalys total data across the world]**
- **[Categories - Displays data for each continent]**
- **[Details - Displays total data for each continent]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://covid-metrics.vercel.app/)

(back to top)

## 🎥 Video Presentation
- [Video](https://drive.google.com/file/d/14XLysFYdkNItHbywgQVCXVoAaoP4nb01/view?usp=sharing)

(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:

- Latest version of [Node](https://nodejs.org/en/) installed on the computer.
- [Git](https://git-scm.com/downloads) installed on the computer.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:myaccount/my-project.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:

- [Vercel](https://vercel.com/docs)

(back to top)

## 👥 Authors

👤 **Kwasi Antwi Baayeh**

- GitHub: [@githubhandle](https://github.com/Baayeh)
- Twitter: [@twitterhandle](https://twitter.com/Cest_Baayeh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kabaayeh)

(back to top)

## 🔭 Future Features

- [ ] **[Display data for every country on Homepage]**
- [ ] **[Display data for every country in a specific continent]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank

- [Microverse](https://www.microverse.org/)
- [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio)
- [NovelCOVID API](https://github.com/disease-sh/API)

(back to top)

## 📝 License

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

(back to top)