A project which was planned to send push notifications whenever a paid game becomes free for a period: Steam, Epic Games Launcher, Xbox Store or Nintendo eShop. But mostly Epic Games Launcher.
I will probably never finish the project so I'm open sourcing it as is.
Monorepo includes:
src/app
- The mobile appllication written with Exposrc/manager
- The admin console also written with Expo and Expo Routersrc/server
- Running on Cloudflare Workers
FreeGamesNotifier.mp4
- Animations are implemented with Software Mansion Reanimated 3.
- Shared component animations are manually implemented since project, because then current version of Reanimated didn't support it.
- The Tag Cloud and Store Selector components use Reanimated 3 Layout Animations.
I started server with Bun but soon after converted it to Cloudflare Workers due to reasons I don't remember. Hono is used for routing
Nothing special about manager - it's unfinished Expo web project with bare minimum UI