The Color Code Converter is a web application built with ReactJS and Tailwind CSS that allows users to convert color codes between different formats. It supports various color code formats such as HEX and RGB, providing a convenient way to convert colors for web design and development projects.
- Convert color codes between HEX and RGB formats.
- Real-time conversion: Instantly see the converted color codes as you input values.
- Copy to Clipboard: Easily copy the converted color code to the clipboard for quick use.
- ReactJS: JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for styling the UI components.
- Color Conversion Algorithms: Custom JavaScript functions to convert color codes between different formats.
To use the Color Code Converter web application, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/ParamDhama/my-color-conver.git
- Navigate to the project directory.
cd color-code-converter
- Install the necessary dependencies using npm or yarn.
npm install
- Start the development server.
npm run dev
- Input a color code in any supported format (e.g., #FF0000, rgb(255, 0, 0), rgb(255 0 0), 255 0 0).
- The converted color codes will be displayed instantly in all other supported formats.
- Click the "Copy" button next to the desired format to copy the converted color code to the clipboard.
- Use the copied color code in your web design or development projects.
Param Dhama: Full Stack Developer
This project is licensed under the MIT License - see the LICENSE file for details.