Welcome to the PalettePix repository! PalettePix is an innovative web application designed to inspire and assist designers, artists, and anyone in need of color inspiration. By simply uploading a photo, users can effortlessly extract a color palette, tapping into an infinite array of colors that nature and their surroundings offer.
This project is crafted with love using Vite, ReactJS, and TailwindCSS.
To get a local copy up and running follow these simple steps.
Ensure you have Bun installed on your machine. Bun is a fast, all-in-one JavaScript runtime that PalettePix uses for managing dependencies and running the development server.
- Clone the repo
git clone https://github.com/abnvlf/image-to-palette.git
- Navigate to the project directory
cd image-to-palette
- Install dependencies
bun install
After installing the dependencies, you can run the website locally using the following command:
bun dev
This command starts the development server. Open your browser and navigate to http://localhost:3000
(or whatever port is shown in your terminal) to view the application.
We (or me) welcome contributions to PalettePix! Whether it's fixing bugs, adding new features, or improving documentation, your help is appreciated. Please feel free to fork the repo, create a feature branch, and submit your pull request.
Distributed under the MIT License. See LICENSE
for more information.
- To everyone who has contributed to the open-source projects used in this application, thank you!
PalettePix is more than just a project; it's a testament to the beauty of collaboration, the pursuit of creativity, and the power of technology to bring colorful visions to life. We hope you find it as inspiring and useful as we do!