GOChecklists is a React app that allows you to track your Pokédex completion in Pokémon GO.
- TanStack Start — full-stack React framework (SPA mode)
- TanStack Router — file-based routing
- Vite — build tool
- Vitest — unit testing
- Deployed on Netlify
Install dependencies:
npm installStart the development server:
npm run devOpen http://localhost:5173 to view the app.
| Command | Description |
|---|---|
npm run dev |
Start the development server |
npm run build |
Build for production |
npm run preview |
Preview the production build locally |
npm test |
Run tests |
