Color Palette Explorer is a modern web application that allows users to explore and interact with a dynamic color palette. Built with React and TypeScript, this project provides an intuitive interface for viewing and experimenting with different color combinations.
- 🎨 Interactive color blocks
- 📱 Responsive design
- 🔍 Easy color exploration
- 💻 Built with React and TypeScript
- React
- TypeScript
- Tailwind CSS (assumed from project structure)
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository
git clone https://github.com/yourusername/color-palette-explorer.git
-
Navigate to the project directory
cd color-palette-explorer
-
Install dependencies
npm install
-
Start the development server
npm start
src/components/ColorBlock.tsx
: Component for individual color blockssrc/pages/Index.tsx
: Main page componentindex.html
: Entry point HTML file
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open-source and available under the MIT License.