Collectease

Collectease is a collectibles management app designed to help you organize, value, and share your collection. The app features a modern GUI built with React, Material-UI, and Vite, and is optimized for deployment on GitHub Pages.

Features

  • Category Support: Organize your collection with categories and subcategories inspired by platforms like eBay, eBid, and Colnect.
  • Pricing Data & Valuation: Automatically pulls pricing data from eBay sold items, expanding the search as needed to calculate an average value.
  • Collection Sharing: Share your entire collection or specific sections with others.
  • Import & Export: Import from sources like PriceCharting and export in compatible formats.
  • Marketplace Integration: Easily list items on eBay, Facebook Marketplace, and more.

Tech Stack

  • React + TypeScript
  • Vite
  • Material-UI (MUI)

Project Structure

  • src/components – Reusable UI components
  • src/pages – Main pages (Dashboard, Collection, etc.)
  • src/services – API integrations
  • src/store – State management
  • src/utils – Helper functions

Getting Started

  1. Install dependencies: pwsh npm install
  2. Start the development server: pwsh npm run dev
  3. Build for production: pwsh npm run build

Roadmap

  • [ ] Build category and subcategory structure
  • [ ] Implement eBay pricing data integration
  • [ ] Add import/export functionality
  • [ ] Develop sharing and listing features
  • [ ] Launch on GitHub Pages

Stay tuned for updates!

Share this project:

Updates