Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigitm/covid-19-tracking-app
Covid-19 Tracking App is a React & Redux application which users can display & filter global covid-19 stats as country and date base.
https://github.com/yigitm/covid-19-tracking-app
bootstrap jest react redux
Last synced: 20 days ago
JSON representation
Covid-19 Tracking App is a React & Redux application which users can display & filter global covid-19 stats as country and date base.
- Host: GitHub
- URL: https://github.com/yigitm/covid-19-tracking-app
- Owner: yigitm
- Created: 2022-01-31T22:23:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T18:21:32.000Z (about 2 years ago)
- Last Synced: 2023-03-10T01:52:19.919Z (over 1 year ago)
- Topics: bootstrap, jest, react, redux
- Language: JavaScript
- Homepage: https://loving-lamarr-2cca8c.netlify.app/
- Size: 1.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 Tracking App
## About
Covid-19 Tracking App is a React & Redux application which users can display filtered global covid-19 data as country and date based.
[![App_Gif](./src/images/app.gif)](https://relaxed-elion-3dcb57.netlify.app/)
Development flow included: performing git-flow practices & using components with routers, life cycle methods, handling events and state management by Redux store, actions, reducers with asynchronous actions in [duck Pattern](https://github.com/erikras/ducks-modular-redux) including unit and component tests.
## Design
Original design is belongs to: [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio).
![App_Gif](./src/images/design.png)
## Built With
- Javascript
- React & Redux
- Redux Middleware (Thunk, Logger)
- Bootstrap
- Jest for testing## Live Demo
[Demo Link](https://loving-lamarr-2cca8c.netlify.app/)
## Getting Started
To get a local copy up and run the app; follow below steps.
### Prerequisites
If you are not familiar to use terminal, please check this [article](https://www.theodinproject.com/courses/web-development-101/lessons/command-line-basics-web-development-101)
### Setup
Open your terminal and run the following commands on your terminal.
Make sure 'Javascript' is not blocked in your browser.
### Install
To get a local copy of the repository, run the following commands on your terminal.
```
cd
``````
git clone https://github.com/yigitm/covid-19-tracking-app
``````
cd covid-19-tracking-app
```### Usage
To install the necessary Javascript packages to your project, run below commands.
```
npm install
```To run the app, use below command.
```
npm start
```It runs the app in the development mode and runs the app in [http://localhost:3000](http://localhost:3000).To view it open your default browser.
### Run tests
To run the tests, use below command.
```
npm run test
```Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### Deployment
[Netlify](https://www.netlify.com/) is used for deployment.
## Authors
👤 **Yigit Mersin**
- GitHub: [@github](https://github.com/ygtmrsn)
- LinkedIn: [@linkedIn](linkedin.com/in/yigitmersin)
- Twitter: [@twitter](https://twitter.com/ygtmrsn)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/yigitm/covid-19-tracking-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- [Narrativa API](https://covid19tracking.narrativa.com/index_en.html)
- [Open Source](https://en.wikipedia.org/wiki/Open_source)## 📝 License
MIT - Copyright 2022 Microverse
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.) licensed.