https://github.com/tedlivist/covid-figures
This is a web app built on an API. It displays real-time data of confirmed covid cases across selected countries. On navigating to a country, an additional breakdown of cases for that country is displayed across its different regions.
https://github.com/tedlivist/covid-figures
bootstrap javascript react redux
Last synced: 9 months ago
JSON representation
This is a web app built on an API. It displays real-time data of confirmed covid cases across selected countries. On navigating to a country, an additional breakdown of cases for that country is displayed across its different regions.
- Host: GitHub
- URL: https://github.com/tedlivist/covid-figures
- Owner: TedLivist
- Created: 2021-10-11T16:32:22.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-17T22:59:47.000Z (over 4 years ago)
- Last Synced: 2025-04-23T17:51:30.299Z (about 1 year ago)
- Topics: bootstrap, javascript, react, redux
- Language: JavaScript
- Homepage: https://tedlivist.github.io/covid-figures
- Size: 1.98 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Covid Figures
> Covid Figures is a web application that displays real-time data of confirmed covid cases across selected countries. When a user navigates to a country, additional breakdown of cases for that country is displayed across its different regions


## Built With
- React
## Demo Link
The live version of the app can be found [here](https://tedlivist.github.io/covid-figures/)
## Getting Started
### Setup
#### To get a local copy up and running follow these simple example steps.
- Click the green `Code` button on the repo
- In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command: `git clone (copied link)`; like so: `git clone https://github.com/TedLivist/covid-figures.git`
- On the terminal, navigate into the directory like so: `cd covid-figures`
- Checkout to branch name like so: `git checkout [branch name]`
- Run `npm i` or `yarn` to install the dependencies
- Run `npm start` or `yarn start` to start the application
## Author
👤 **Teddy-Livingstone Ememandu**
- [GitHub](https://github.com/TedLivist)
- [LinkedIn](https://linkedin.com/in/tememandu)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- The design for this project was inspired by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio). The design can be found [here](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
- Inspiration