A (WIP and incomplete) Next.js project with Tauri integration for desktop application usage, for counting and managing Pokémon.
- Search functionality for Pokémon
- JWT authentication
- Supabase integration
- Tauri-based desktop application
To run the development server:
pnpm dev
Open http://localhost:3000 in your browser to see the result.
src/
: Contains the Next.js frontend codesrc-tauri/
: Contains the Tauri backend codesrc/components/
: React components, including the SearchInput for Pokémonsrc-tauri/src/supabase_client/
: Supabase client integration
-Next.js -Tauri -Rust -TypeScript -Supabase -JWT for authentication