https://github.com/omarramoun/corona
This is a mobile web application that features 2 pages: The homepage and the details page. The homepage displays all today's statistics about confirmed cases, deaths, and recoveries caused by Covid-19 in the world, as a total and separated by countrie
https://github.com/omarramoun/corona
boilerplate bootstrap react redux
Last synced: about 2 months ago
JSON representation
This is a mobile web application that features 2 pages: The homepage and the details page. The homepage displays all today's statistics about confirmed cases, deaths, and recoveries caused by Covid-19 in the world, as a total and separated by countrie
- Host: GitHub
- URL: https://github.com/omarramoun/corona
- Owner: OmarRamoun
- Created: 2022-03-19T23:20:34.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-24T01:05:39.000Z (over 3 years ago)
- Last Synced: 2025-07-01T10:48:49.174Z (12 months ago)
- Topics: boilerplate, bootstrap, react, redux
- Language: JavaScript
- Homepage: https://corona.omarramoun.com
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Covid Metrics
This is a mobile web application that features 2 pages: The homepage and the details page. The homepage displays all today's statistics about confirmed cases, deaths, and recoveries caused by Covid-19 in the world, as a total and separated by countries. When the user clicks on any country, the website navigates to the details page, which contains the detailed statistics about that specific country as a total and separated by regions. Both pages contain a search bar that allows the user to filter by country name. The data is consumed from [Narrativa API](https://covid19tracking.narrativa.com/index_en.html). Built with React, Redux, and Bootstrap.
## Mobile

## Desktop

## Live Demo
- [Live Demo Version](https://corona.omarramoun.com/)
## Built With
- React
- Redux
- Bootstrap
## Getting Started
To get this project up and running, follow these simple steps:
1. Clone the repository into your machine (Or download the .zip file and extract).
2. Open the project's folder.
3. Run `yarn`
4. Run `yarn start`
### Setup
Follow the steps described before.
### Run tests
In order to run the predefined tests for this project, run `npm test`
## 🤝 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
- Original design idea by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio).
## 📝 License
This project is [MIT](./MIT.md) licensed.