App Review  ·  producingtechnology.com / 65-apps

AceTracker

Student app  ·  mohansaksham_26171_15200369

Source URL https://producingtechnology.com/65-apps/mohansaksham_26171_15200369_acetracker.html

What the app is

AceTracker is a live tennis match tracking and player statistics platform. It displays a real-time scorecard for a US Open semifinal between Carlos Alcaraz (ESP, #1) and Jannik Sinner (ITA, #2), along with detailed in-match statistics, head-to-head history, tournament context, and live win probabilities. The app is labeled a "mock UI" and sources all data from a single static JSON file.

Match snapshot from data: US Open 2026 · Arthur Ashe Stadium · Semifinal · In Progress (2h 47m)
Score: Alcaraz leads 2–1 sets (6-4, 6-7(5), 7-6(4), 3–4* in progress)
Current game: Sinner serving · 30–40 · break point for Alcaraz
Win probability: Alcaraz 58% · Sinner 42%
Player S1 S2 S3 S4 Pts
Alcaraz ESP [1] 6 6 7 3 142
Sinner ITA [2] 4 7 6 4* 138

Behavior observed

Things that didn't work as expected

Prompt to improve the app

Improvement prompt

  1. Add a match simulation mode — include a "Simulate point" button that advances the current game score point-by-point using realistic tennis scoring logic (15, 30, 40, deuce, advantage), updating the scoreboard, stats counters, and win probability with each click to demonstrate the live UI in action.
  2. Highlight the break point moment — when breakPoint is true, surface a visually prominent alert banner (e.g. "BREAK POINT — Alcaraz") above or within the scoreboard so the critical game situation is immediately visible.
  3. Add a tabbed stats panel — split player statistics into tabs: Serve, Return, Rally, and Overview. This makes the dense stat block scannable and lets users focus on the metrics they care about.
  4. Surface tournament metadata — display the prize money breakdown, attendance figure, and court name in a contextual sidebar or info card to make the app feel like a full broadcast-style experience rather than a bare scorecard.
  5. Animate the win probability bar — render the 58/42 probability split as an animated horizontal bar that updates smoothly whenever the simulated score changes, giving users a visceral sense of match momentum.
  6. Add a back-to-gallery link — include a subtle footer link back to producingtechnology.com/65-apps so visitors who arrive via the Random button can explore the rest of the collection.