HueGen is a handy tool designed to help you select the perfect color palette for your web application. It's not uncommon to think you've chosen the right colors, only to find out they don't look quite as good in practice. HueGen is a minimalist web-based application that lets you preview your color palette in real time, allowing you to visualize how it will appear in your app. It is fully responsive, has dummy links, buttons, graphics and icons. With HueGen, you can experiment with different color schemes and make sure they work before you commit to them.
You can try it out here.
Tools | Version |
---|---|
React | 18.2.0 |
Ant Design | 5.16.2 |
Tailwind CSS | 3.4.3 |
Vercel | - |
Click on the color picker components at the bottom of the page. Pick a color and the color of the corresponding item will change to whatever you pick.
- The web-application is fully responsive.
This is if you want to run HueGen locally on your machine.
Before installing HueGen, ensure you have the following installed:
Open your terminal and run the following command to clone the repository:
git clone https://github.com/saadpocalypse/HueGen.git
Navigate into the project directory with:
cd HueGen
Then install all the required dependancies with:
npm install
Once setup is complete, you can start the program locally with:
npm start
After starting the server, open your web browser and navigate to:
Replace 3000 with the actual port number where your project is running.
I appreciate any and all contributions to HueGen. Here's how you can do it:
Start by forking the HueGen repository to your GitHub account.
Clone your forked repository to your local machine.
Create a branch for your new feature or bug fix.
Implement your feature or fix that bug.
Commit your changes with a clear, concise commit message.
Push your changes to your fork on GitHub.
Open a pull request from your fork to the main HueGen repository.
Wait for me to review the changes and merge them if needed.
HueGen is open-source software licensed under the MIT license. See the LICENSE file for more details.
This project is for educational purposes only.