A modern, "iOS 26 Liquid Glass" styled Progressive Web App (PWA) for tracking game updates, patches, and DLC.
- Beautiful Liquid Glass UI: Inspired by futuristic iOS concepts with heavy blur and transparency.
- Real-time Updates: Fetches the latest patch notes and news directly from Steam.
- Game Search: Powered by RAWG API to find any game.
- Robust Data Fetching: Uses a multi-proxy rotation strategy to bypass CORS restrictions reliably.
- Local Storage: Saves your favorite games effectively in the browser.
- PWA Support: Installable on mobile and desktop.
- Vanilla JavaScript (No framework overhead)
- CSS Variables & Modern Layouts (Grid/Flexbox)
- RAWG API (Game Data)
- Steam Web API (News & Patches)
- Clone the repository.
- Serve the directory using a static web server:
or
python3 -m http.server 8080
npx serve
- Open
http://localhost:8080in your browser.
The project structure is simple:
index.html: Entry point.styles/: CSS files (Liquid Glass styling).js/: Application logic (API, UI, Storage).assets/: Icons and images.
MIT