Skip to content

Simple Spring Boot application tracking the spread of the Coronavirus COVID-19 pandemic. Stay up-to-date with COVID-19 data summarized by country.

License

Notifications You must be signed in to change notification settings

johansonfelix/coronavirus-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-follow demo website Issues MIT License LinkedIn


Logo

Coronavirus Tracker Application

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot 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.

(back to top)

Built With

Coronavirus Tracker was built with the following technologies:

(back to top)

Getting Started

To setup the application on your local environment:

Prerequisites

  • Java 12

    java --version
  • Maven

  • Compiler: Intellij (Personal Preference)

Installation

  1. Clone the repo

    git clone https://github.com/johansonfelix/coronavirus-tracker.git
  2. Run project from compiler

  3. Open browser to localhost:8080

(back to top)

Usage

Application uses pagination to display data

Data can can also be filtered or searched

(back to top)

Roadmap

  • [] Add graphs and comparison mechanism
  • [] Add reported number of deaths and recovered cases data

Disclaimer

  1. 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.
  2. The application does not have any tests at the moment
  3. The data validity is not checked. The application is experimental - data may be incorrect.
See the [open issues](https://github.com/johansonfelix/coronavirus-tracker/issues) for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  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

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

(back to top)

Acknowledgments

(back to top)

About

Simple Spring Boot application tracking the spread of the Coronavirus COVID-19 pandemic. Stay up-to-date with COVID-19 data summarized by country.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published