yusuftotic / color-generator-react

An application that generates random hex and rgb color codes and converts user-entered color codes to real colors. Developed using React, Redux Toolkit, and Vite.

Home Page:https://color-generator-yt.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-generator-react

Hex Tab

Hex Tab

RGB Tab

Hex Tab

This application generates random hex and rgb color codes and converts user-entered color codes to real colors. It has been developed using React, Redux Toolkit, and Vite.

Features

  • Generate random hex color codes.
  • Generate random rgb color codes.
  • Convert user-entered hex color codes to real colors.
  • Convert user-entered rgb color codes to real colors.
  • Store hex codes in localStorage.
  • Store rgb codes in localStorage.
  • Manage application state using Redux Toolkit.

Technologies Used

  • React
  • Redux Toolkit
  • Vite

Getting Started

To get started with this project, follow these steps:

git clone https://github.com/yusuftotic/color-generator-react.git
cd .\color-generator-react
npm install
npm run dev

Future Features

Features we plan to add to the project in the future:

  • Validator for HEX color code input.
  • Validator for RGB color code input.
  • History of previously used HEX codes with the ability to view the history.
  • History of previously used RGB codes with the ability to view the history.
  • User-friendly alerts and error messages.

License

This project is licensed under the MIT License.

About

An application that generates random hex and rgb color codes and converts user-entered color codes to real colors. Developed using React, Redux Toolkit, and Vite.

https://color-generator-yt.vercel.app/

License:MIT License


Languages

Language:JavaScript 76.2%Language:CSS 21.1%Language:HTML 2.6%