Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mindninjax/covid-tracker


https://github.com/mindninjax/covid-tracker

Last synced: 28 days ago
JSON representation

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



  1. About The Project


  2. Roadmap

  3. Contributing

  4. License

  5. Contact

  6. Resources

## 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 Countries

The 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)