Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindninjax/covid-tracker
https://github.com/mindninjax/covid-tracker
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindninjax/covid-tracker
- Owner: mindninjaX
- License: mit
- Created: 2021-02-27T06:34:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T12:29:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-23T13:44:10.501Z (3 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
COVID Tracker
An simple web app which displays the updated info regarding COVID.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
A simple web project I have built which displays the updated information regarding COVID.
The information it displays are:
- Total Cases
- New Cases
- Total Deaths
- New Deaths
- Total Recovered
- Active Cases
- Critical Cases
- Affected CountriesThe information is fetched through an API.
![screencapture-covid-tracker-mindninjax-netlify-app-1614428842653](https://user-images.githubusercontent.com/59148052/109387113-63337680-7925-11eb-94ca-046b3f9f9fc2.png)
### Built With
- [New Relic One](https://one.newrelic.com/)
- [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- [Covid API](https://disease.sh/v3/covid-19/all)## Roadmap
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
### Rishabh Singh
- **Twitter** - [@mindninjaX](https://twitter.com/mindninjaX)
- **LinkedIn** - [linkedin/mindninjax](https://www.linkedin.com/in/mindninjax/)
- **Email** - [email protected]**Project Link:** [github.com/mindninjaX/COVID-Tracker](https://github.com/mindninjaX/COVID-Tracker)
## Resources & Acknowledgements
- [New Relic One Documentation](https://docs.newrelic.com/docs/using-new-relic/welcome-new-relic/get-started/introduction-new-relic?utm_source=devto&utm_medium=blog_announcement&utm_campaign=devrel_launch)
- [Mozilla Fetch API Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)