Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baayeh/covid-metrics
- Owner: Baayeh
- Created: 2022-11-19T16:29:26.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-27T05:35:57.000Z (over 1 year ago)
- Last Synced: 2024-10-10T01:28:08.177Z (29 days ago)
- Topics: reactjs, redux, rest-api, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 875 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** is a web app that tracks COVID-19 cases worldwide. It uses the VACCOVID API from RapidAPI
## 📷 [Screenshots]
Client
- **[Homepage - Dispalys total data across the world]**
- **[Categories - Displays data for each continent]**
- **[Details - Displays total data for each continent]**
- [Live Demo Link](https://covid-metrics.vercel.app/)
## 🎥 Video Presentation
- [Video](https://drive.google.com/file/d/14XLysFYdkNItHbywgQVCXVoAaoP4nb01/view?usp=sharing)
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)
👤 **Kwasi Antwi Baayeh**
- GitHub: [@githubhandle](https://github.com/Baayeh)
- Twitter: [@twitterhandle](https://twitter.com/Cest_Baayeh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kabaayeh)
- [ ] **[Display data for every country on Homepage]**
- [ ] **[Display data for every country in a specific continent]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, give it a ⭐
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)
This project is [MIT](./LICENSE) licensed.