Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreejit7/covid-care
COVID-care is a web app based on React JS to track recent worldwide COVID-19 pandemic data (cases, deaths, recoveries), Vaccine related information and latest COVID related headlines from around the world.
https://github.com/sreejit7/covid-care
covid-19 covid-care css react web-application
Last synced: 5 days ago
JSON representation
COVID-care is a web app based on React JS to track recent worldwide COVID-19 pandemic data (cases, deaths, recoveries), Vaccine related information and latest COVID related headlines from around the world.
- Host: GitHub
- URL: https://github.com/sreejit7/covid-care
- Owner: Sreejit7
- Created: 2020-11-19T08:47:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T10:27:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T16:51:57.588Z (2 months ago)
- Topics: covid-19, covid-care, css, react, web-application
- Language: JavaScript
- Homepage: https://covid-19care.web.app
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-CARE
## About
A COVID-19 Website created using [React.js](https://reactjs.org/), [chart.js](https://www.chartjs.org/), [disease.sh API](https://firebase.google.com/) and [GNews API](https://stripe.com/en-in). The website displays global COVID-19 pandemic data like confirmed cases, deaths & recoveries. The data can be varied according to your choice of country, time(24h or all-time). The Headlines section display the **Top-10 COVID-19 related news** accross the globe. The Vaccine Info section displays a list of **Upcoming vaccines and their details**.
## Pre-requisites* npm
```sh
npm install npm@latest -g
```
## Installation1. Clone this repo:
```sh
git clone https://github.com/Sreejit7/COVID-care.git
```
2. Navigate into the project directory:
```sh
cd COVID-care
```
3. Install the node-package-manager (npm):
```sh
npm install
```
4. Run the project on your local browser:
```sh
npm start
```
## ContributingContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Contact
Let's get in touch and be a part of the dev community together!
* [Portfolio](https://sreejit.dev)
* [LinkedIn](https://www.linkedin.com/in/sreejit-de/)
* [GitHub](https://www.github.com/Sreejit7)