This website requires JavaScript.
Explore
Help
Sign in
rstillwell
/
deckhearth
Watch
1
Star
0
Fork
You've already forked deckhearth
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
442e906a79
deckhearth
/
postcss.config.js
6 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Major redesign: Enhanced card display with particle effects, improved filters, and search functionality - Redesigned card display with 2.5:3.5 aspect ratio and image-only view - Added infinite scroll to replace pagination - Implemented authentic card back placeholders for MTG, Pokemon, and Lorcana - Added rarity-based particle effects with tiered intensity (mythic/enchanted/rare/uncommon) - Enhanced hover details panel with structured card information - Fixed search functionality with debouncing and Enter key support - Improved filter system with working TCG, rarity, set, and price filters - Added favorite system for cards in both hover and detail views - Updated card detail page with comprehensive metadata and actions - Fixed API filtering with proper Vercel Postgres implementation - Added particle animations and rarity glow effects - Improved overall UX with better visual hierarchy and interactions
2025-07-23 22:26:54 -04:00
export
default
{
🚀 TCG Vault - Complete All-Vercel Setup ✨ Features: - Camera OCR card scanning with Tesseract.js - Beautiful glowing card effects and animations - Intelligent card matching and recognition - Mobile-responsive design with Tailwind CSS 🏗️ Architecture: - Frontend: React TypeScript application - Backend: Vercel Functions (replacing FastAPI) - Database: JSON file with exported card data - Deployment: Single Vercel project 📁 Structure: - api/ - Vercel Functions backend endpoints - src/ - React frontend components and logic - src/data/cards.json - Card database (12 cards) - vercel.json - Optimized Vercel configuration 💰 Cost: /bin/zsh additional (uses existing Vercel Pro) 🚀 Ready for immediate Vercel deployment
2025-07-21 14:53:06 -04:00
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
Reference in a new issue
Copy permalink