Track your Pokémon Infinite Fusion Nuzlocke runs with encounter tracking, team management, and fusion mechanics.
- Encounter Tracking - Track encounters across all game locations
- Team Management - Build and manage your team with visual previews
- Multiple Playthroughs - Manage multiple Nuzlocke runs
- Fusion Support - Track DNA Splicers and fusion combinations
- PWA - Install as a native app with offline support
# Install dependencies
pnpm install
# Start development server
pnpm devOpen http://localhost:4000 to see the result.
- Next.js 15
- TypeScript
- Tailwind CSS
- Vitest
- pnpm
pnpm dev # Start development server
pnpm build # Build for production
pnpm test # Run tests
pnpm test:ui # Run tests with UI
pnpm test:coverage # Run tests with coverage
pnpm lint # Run ESLint
pnpm format # Format with PrettierMIT License - see LICENSE file for details.