An interactive wheel-spinning game featuring Uma Musume characters with smooth animations, sound effects, and character filtering.
- React 19.2.0
- Vite 7.3.1
- Tailwind CSS 4.1.18
- Framer Motion 12.35.0
- Tippy.js 6.3.7
- ESLint 9.39.1
- Interactive spinning wheel with customizable character selection
- Trainee filtering system with persistent localStorage
- Smooth sprite and motion animations
- Sound effects and audio muting
- Winner modal with animated results
- Tooltip information display
src/
├── components/ # React components
├── hooks/ # Custom React hooks
├── data/ # Character database and config
└── assets/ # Images and sprites
npm install
npm run devnpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint