Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orozcoding/worldcovid
Web app that display worldwide stats about COVID19.
https://github.com/orozcoding/worldcovid
covid-19 javascript react react-redux reactjs
Last synced: about 2 months ago
JSON representation
Web app that display worldwide stats about COVID19.
- Host: GitHub
- URL: https://github.com/orozcoding/worldcovid
- Owner: orozCoding
- Created: 2022-03-07T23:42:57.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-08T22:22:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-20T13:55:43.805Z (3 months ago)
- Topics: covid-19, javascript, react, react-redux, reactjs
- Language: JavaScript
- Homepage:
- Size: 6.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# COVID19 World Stats
Covid19 World Stats is a web app that displays stats about COVID19 worldwide.It also allows the user to check for detailed information of each country.
This project was created in order to practice React and Redux.
### Preview
![](./public/preview.gif)
## Live Version
[Visit live version](https://covid19worldwidestats.netlify.app)
## Built With
- HTML, CSS, JavaScript
- React
- Redux
- Webpack
- Babel## Getting Started
- Follow setup instructions below### Prerequisites
- node.js
- Javascript
- Git and Github
- Terminal
- browser### Setup
- clone the following repo `[email protected]:orozCoding/worldcovid.git`
- cd into the directory and run npm install to install dependencies
- run npm start### Usage
- Run npm install on a Terminal to install the modules
- run npm start
- Open http://localhost:3000 to view it in the browser.# Credits
## Author
👤 **Angel Orozco** (orozCoding).
- GitHub: [@orozCoding](https://github.com/orozCoding)
- Twitter: [@orozCoding](https://twitter.com/orozCoding)
- LinkedIn: [Angel Orozco](https://www.linkedin.com/in/angel-orozco-652230228/)## Design
Original design idea by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio).
## Stats
- Stats provided by [Johns Hopkins University](https://www.jhu.edu/).
- API provided by [NARRATIVA](https://covid19tracking.narrativa.com/index_en.html).