70beb96f1a31f09ec8fa62834b7df932719952c9
- Introduced `CoinFlight` component for animated coin transitions during wins. - Updated `ForestFortuneGame` to manage coin spawning and animation logic. - Added visual effects for win indicators, including toast notifications and spark animations. - Refactored `WinCounter` to support multiplier animations and float labels. - Enhanced CSS styles for improved game visuals and animations. - Implemented utility functions for handling win cell collection and coin spawn generation.
Vyryi Front
React (Vite + TypeScript) Telegram Mini App UI for Vyryi.
Stack
- React 19 + React Router
- Local auth via backend
POST /auth/dev-login - Dark folk visual style matching the project logo
Screens
/— logo + user agreement gate/home— balance, stub deposit, slot stubs/games/:slug— game placeholder
Quick start
cd vyryi-front
npm install
copy .env.example .env
npm run dev
Open http://127.0.0.1:5173 — backend must be running on port 8000.
Env
VITE_API_URL=http://127.0.0.1:8000
Description
Languages
TypeScript
78%
CSS
21.6%
HTML
0.4%