https://github.com/ahangarha/covidwatch
An educational project to call APIs using React and Redux
https://github.com/ahangarha/covidwatch
jest jest-mocking react react-hooks react-router reactjs redux redux-thunk tailwindcss
Last synced: 10 months ago
JSON representation
An educational project to call APIs using React and Redux
- Host: GitHub
- URL: https://github.com/ahangarha/covidwatch
- Owner: ahangarha
- License: agpl-3.0
- Created: 2022-04-11T09:06:02.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-08T12:02:44.000Z (about 4 years ago)
- Last Synced: 2025-04-02T10:24:30.543Z (about 1 year ago)
- Topics: jest, jest-mocking, react, react-hooks, react-router, reactjs, redux, redux-thunk, tailwindcss
- Language: JavaScript
- Homepage: https://covid-watch-ahangarha.herokuapp.com/
- Size: 1.38 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CovidWatch
An educational project to call APIs using React, Redux and Tailwindcss.
## Built With
- Reactjs
- Redux
- Tailwindcss
## Demo

A live demo of this project is available [on Heroku](https://covid-watch-ahangarha.herokuapp.com/).
## Usage
To build the project run:
```
$ npm install
$ npm run build
```
## Development
In development environment use the following command:
```
$ npm start
```
## Author
👤 **Mostafa Ahangarha**
- GitHub: [@ahangarha](https://github.com/ahangarha)
- Mastodon [@ahangarha@mas.to](https://mas.to/@ahangarha)
- Twitter: [@ahangarha](https://twitter.com/ahangarha)
- LinkedIn: [ahangarha](https://linkedin.com/in/ahangarha)
## 🤝 Contributing
As an educational project at this stage I am not supposed to accept any PR. Yet I appreciate if you can report problems from [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Maps are used from [MapSVG](https://mapsvg.com), licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
- Design is inspired from a design made by [Nelson Sakwa](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)).
- Linters are made by [Microverse Inc](https://github.com/microverseinc/linters-config/).
## 📝 License
This project is released under [AGPL](./LICENSE) licensed.