/github-release-watcher

A Spring Boot + React web app that shows most recent releases of repositories you have starred.

Primary LanguageJavaMIT LicenseMIT

GitHub Release Watcher is a Spring Boot + React web app that shows the most recent releases from the repositories you have starred.

Build

The front-end code in src/main/app is built via Maven, so only one step is needed:

mvn package

In this article I talk about how that was configured.

Walkthrough

First, you'll login via your existing GitHub account:

All of the repositories you have starred will be retrieved and displayed in order of newest star first.

Click on either the "Repository" or "Released" column headers to change the sort order. In this example, I'm sorting by most recent releases first by clicking once on that column: