A React application for generating and managing color cards with real-time preview.
- Interactive color cards with live editing
- Customizable grid layout
- Adjustable card size and font settings
- Color value input with format validation
bash Install dependencies npm install Start development server npm run dev Build for production npm run build
- Built with React + TypeScript
- Styled using Tailwind CSS
- Bundled with Vite
src/
├── components/ # React components
├── types/ # TypeScript definitions
├── App.tsx # Main application component
└── main.tsx # Application entry point
MIT