Skip to content

lesszhoo/Color_Card_List

Repository files navigation

QQQuick Start

Color Card Generator

Color Card Generator

A React application for generating and managing color cards with real-time preview.

Features

  • Interactive color cards with live editing
  • Customizable grid layout
  • Adjustable card size and font settings
  • Color value input with format validation

Quick Start

bash Install dependencies npm install Start development server npm run dev Build for production npm run build

Development

  • Built with React + TypeScript
  • Styled using Tailwind CSS
  • Bundled with Vite

Project Structure

src/
├── components/ # React components
├── types/ # TypeScript definitions
├── App.tsx # Main application component
└── main.tsx # Application entry point

License

MIT