A simple and interactive Color Picker built with React and Vite. This app allows users to select colors, generate harmonious color schemes, save favorite colors, track color history, and export palettes in JSON or CSS formats for easy use.
- Color Selection: Pick any color with an intuitive HTML color input.
- Color Harmonies: Automatically generate complementary, analogous, triadic, and tetradic color schemes based on the selected color.
- Favorites Management: Save and remove favorite colors for quick access.
- Color History: Keep track of all selected colors during the session.
- Export Palette: Export your current color palette as JSON or CSS for use in your projects.
1723818401831.mp4
Make sure you have the following installed on your machine:
- Node.js (v12.x or later)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/your-username/color-picker.git
- Navigate into the project directory:
cd color-picker
- Install dependencies:
npm install
Start the development server:
npm run dev