A React-based card collection viewer with holographic effects.
- Production URL: card.syui.ai
- API: https://api.syui.ai
- React 18
- TypeScript
- Vite
- Tailwind CSS
- React Query (TanStack Query)
- React Router v6
- User card collections display
- Holographic effects for special status cards
- Favorite card highlighting
- Responsive grid layout
- Fast initial loading with JSON caching
# Node.js 20+ recommended
$ npm install
$ npm run dev
$ npm run build
$ npm run preview
The app runs on localhost:8080 by default and uses proxy for API calls during development.