Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.git

cd 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).