Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 674 Bytes

File metadata and controls

27 lines (18 loc) · 674 Bytes

🎮 WillPlay

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.

✨ Features

  • 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

🚀 Getting Started

# 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