A modern game collection manager to organize your gaming backlog. Track what you want to play, what you're playing, and what you've finished.
- Game Organization: Sort games by wishlist, currently playing, or completed
- Priority System: Assign high, medium, or low priority to games
- Game Search: Find and add games to your collection
- Responsive Design: Works on desktop and mobile
# Install dependencies
bun install
# Set up environment variables
# Create a .env file based on the .env.example file
# Start the convex dev server
bunx convex dev
# Start the dev server
bun dev