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 componentssrc/pages– Main pages (Dashboard, Collection, etc.)src/services– API integrationssrc/store– State managementsrc/utils– Helper functions
Getting Started
- Install dependencies:
pwsh npm install - Start the development server:
pwsh npm run dev - 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!
Log in or sign up for Devpost to join the conversation.