https://github.com/heatherpiper/later-ladder
Web app for tracking AFL team standings and watched games
https://github.com/heatherpiper/later-ladder
afl australian-football australian-football-league footy game-tracker rankings sports-app sports-data standings tracker-application watched-list webapp
Last synced: about 2 months ago
JSON representation
Web app for tracking AFL team standings and watched games
- Host: GitHub
- URL: https://github.com/heatherpiper/later-ladder
- Owner: heatherpiper
- Created: 2024-01-27T18:44:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:58:22.000Z (12 months ago)
- Last Synced: 2024-05-23T02:46:29.074Z (12 months ago)
- Topics: afl, australian-football, australian-football-league, footy, game-tracker, rankings, sports-app, sports-data, standings, tracker-application, watched-list, webapp
- Language: Java
- Homepage: https://www.laterladder.com
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Later Ladder - Customized AFL team standings and game tracker
![]()
Later Ladder can now be viewed at LaterLadder.com.## About Later Ladder
As an American fan of the Australian Football League (AFL) and Aussie rules football, one of the challenges I've faced is the inconvenience of checking current team standings without inadvertently spoiling the outcome of matches that occurred overnight.
Later Ladder offers a solution: users can select which games they've watched, and the team ladder will update only according to the results of watched games. This unique feature ensures that you can stay informed about the current AFL standings while preserving the excitement of each match!

## Status
**Later Ladder is a work in progress. It is a passion project that will continue to evolve over time as I expand both the project scope and my abilities as a developer.**
Core functionality is now complete. Users are able mark games as watched to update the team ladder. Registered users can save their watched games list.
### Recent updates
- Guests can now use Later Ladder without registering for an account
- Final scores now appear once a game is marked as watched
- Games are updated in real time using server-sent events. Once a game has finished, it can immediately be marked as watched.### Planned features:
- Mark all games watched/unwatched up to present
- Ability to toggle visibility of game scores
- Toggle for light and dark modes