Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewoskyx/covidwr
The app shows the daily covid-19 information based to API. The users can easily filter the content by continent or specific country related to the continents.
https://github.com/ewoskyx/covidwr
bootstrap5 covid-19 framer-motion jest netlify react redux redux-thunk
Last synced: 3 days ago
JSON representation
The app shows the daily covid-19 information based to API. The users can easily filter the content by continent or specific country related to the continents.
- Host: GitHub
- URL: https://github.com/ewoskyx/covidwr
- Owner: Ewoskyx
- License: mit
- Created: 2022-01-29T18:07:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T23:41:39.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T17:47:48.277Z (almost 2 years ago)
- Topics: bootstrap5, covid-19, framer-motion, jest, netlify, react, redux, redux-thunk
- Language: JavaScript
- Homepage: https://covidwr.netlify.app/
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# React & Redux capstone project - Covid-19 World Report
In this project, I did work with the real live data API. My task was to build a web application that provides statistical informations.
The application will allow users to check daily reports about Covid-19 all around the world. The users can get many information by Continents -> Countries and specific Country.
### ScreenShoot - Home
![image](./cwr-h1.PNG)
![image](./cwr-h2.PNG)### ScreenShoot - Countries by continent
![screenshot](./cwr-c1.PNG)
![screenshot](./cwr-c2.PNG)### ScreenShoot - Individual Country
![screenshot](./cwr-i1.PNG)
![screenshot](./cwr-i2.PNG)## Built With
- HTML
- CSS
- JavaScript ES6
- Bootstrap 5
- React
- Redux
- Jest
- Framer Motion## Live Demo
[Live Demo](https://covidwr.netlify.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Text Editor (VSCode is recommended but anyone would do)
- Node
- Web browser (Google chrome recommended)### Development (Running locally)
- git clone the project
```bash
git clone [email protected]:Ewoskyx/CovidWR.gitcd CovidWR
```- Install dependencies
```bash
npm i
or
npm install
```
- To Start the development server
```bash
npm start
```- To test the project
```bash
npm run test
```## Author
👤 **Evren Ersoy**
- [LinkedIn](https://www.linkedin.com/in/ewoskyx/)
- [GitHub](https://github.com/Ewoskyx)
- [Twitter](https://twitter.com/Ewoskyx)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Please feel free to check the [issues page](https://github.com/Ewoskyx/CovidWR/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Creator of the API: M-Media-Group [visit](https://mmediagroup.fr/covid-19)
Design inspired by Nelson Sakwa [visit](https://www.behance.net/sakwadesignstudio)## 📝 License
[MIT licensed](https://github.com/Ewoskyx/CovidWR/blob/dev/LICENSE).