Chroma is a powerful palette generator and color picker that lets users extract vibrant color schemes from images. With built-in authentication, users can log in, save their favorite palettes, and keep track of custom color selections. Perfect for designers and creatives who want to store and manage their color inspirations easily!
Must be logged in to save
Must be logged in to save
- Clone the Repository
git clone https://github.com/yourusername/Chroma.git
cd Chroma- Run Application
cd server
pip3 install -r requirements.txt
cd client
npm install
npm run client-dev #to run both frontend and backend
