Skip to content

Color Palette Selector A web application for creating and visualizing custom color palettes. Built with React, TypeScript, and Bootstrap, it allows users to adjust RGB values using sliders and numeric inputs, providing real-time color selection and visualization.

License

Notifications You must be signed in to change notification settings

MarianoGarciaGz/HueMatch

Repository files navigation

HueMatch - Color Palette Tool

This is a web application project for selecting color palettes. It uses React, TypeScript, and Bootstrap to provide a modern and functional user interface. Users can adjust RGB values using sliders and numeric inputs to create and visualize custom color palettes.

Features

  • Real-time color selection with sliders.
  • Precise adjustment of RGB values using numeric inputs.
  • Real-time visualization of selected colors.
  • User interface styled with Bootstrap.

Requirements

  • Node.js
  • npm

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/color-palette-selector.git
    cd color-palette-selector
  2. Install the dependencies:

    npm install

Running the Application

To start the development server:

npm run dev

Usage

  1. Open the application in your browser.
  2. Adjust the RGB values using the sliders or numeric inputs.
  3. Visualize the selected colors in real-time.

Technologies Used

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, feel free to contact me.

About

Color Palette Selector A web application for creating and visualizing custom color palettes. Built with React, TypeScript, and Bootstrap, it allows users to adjust RGB values using sliders and numeric inputs, providing real-time color selection and visualization.

Resources

License

Stars

Watchers

Forks