![Logo](/johansonfelix/coronavirus-tracker/raw/main/src/main/resources/static/images/logo.png)
Simple Spring Boot application tracking the spread of the Coronavirus COVID-19 pandemic. Stay up-to-date with COVID-19 data summarized by country.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Since the pandemic began, a great deal of information has circulated online and on social media about COVID-19. While the pandemic is a serious issue, there is a lot of misinformation and a lot of emotions associated with it.
Coronavirus Tracker allows for one to look at the data rationally and to have the data speak for itself. The application tracks the total number of reported cases across the globe and the total number of cases reported per country and province.
The data is updated daily and can be exported from the application in various file formats.
Coronavirus Tracker was built with the following technologies:
-
Deployed on Heroku
To setup the application on your local environment:
-
Java 12
java --version
-
Maven
-
Compiler: Intellij (Personal Preference)
-
Clone the repo
git clone https://github.com/johansonfelix/coronavirus-tracker.git
-
Run project from compiler
-
Open browser to localhost:8080
- [] Add graphs and comparison mechanism
- [] Add reported number of deaths and recovered cases data
- Some state/values are saved in the Spring Service (bad practice). The application is simple and small which justifies my reason to have some state saved there.
- The application does not have any tests at the moment
- The data validity is not checked. The application is experimental - data may be incorrect.
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.