Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piero-vic/covid-tracker
Get information about covid cases across the US.
https://github.com/piero-vic/covid-tracker
microverse
Last synced: 26 days ago
JSON representation
Get information about covid cases across the US.
- Host: GitHub
- URL: https://github.com/piero-vic/covid-tracker
- Owner: piero-vic
- Created: 2022-01-03T14:25:34.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-04T20:24:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T21:47:39.029Z (about 2 months ago)
- Topics: microverse
- Language: JavaScript
- Homepage:
- Size: 588 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# US Covid Tracker
![screenshot-2](./app_screenshot_1.png)
![screenshot-1](./app_screenshot_2.png)Application that displays information about covid cases across the US.
## Built With
- HTML5 / SASS / JavaScript
- React
- React-Redux
- Redux-Thunk for handling asynchronous dispatch
- [Narrativa API](https://covid19tracking.narrativa.com/index_en.html)# Live Demo
Click [here](https://piero-vic-covid-tracker.netlify.app/) to try the application.
## Getting Started
Clone the repo and enter the directory.
```shell
git clone https://github.com/piero-vic/covid-tracker && cd covid-tracker
```### Prerequisites
You need to have `npm` installed on your local machine.
### Install
Install the npm packages.
```shell
npm install
```### Usage
Run `npm start` to start the local server and try the app.
```shell
npm start
```### Script
Run all this with npm.
- `npm start`: Starts the local server and opens the web app.
- `npm build`: Builds the web app.
- `npm test`: Runs the tests.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Author
👤 **Piero Lescano**
- GitHub: [@piero-vic](https://github.com/piero-vic)
- Twitter: [@v1ccenzo](https://twitter.com/v1ccenzo)
- LinkedIn: [piero-lescano](https://linkedin.com/in/piero-lescano)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
Original design idea by [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio).