Skip to content

Releases: katecoded/color-palette-app

Color Palette App

03 Dec 11:23
4864266
Compare
Choose a tag to compare

What's Changed

  • Added new city theme option.
  • Added ability to select different amounts of images.
  • Added new images to every theme.
  • Palettes now display hex and RGB color values along with the ability to toggle between them.
  • Updated UI with better button styles, more uniform images, and more responsive formatting.
  • Removed bugs that were causing image paths to not be found.

Full Changelog: v1.5.0...v1.8.0

Color Palette App

10 Nov 10:16
Compare
Choose a tag to compare

What's Changed

  • Integrates randomizer service with project and adds more images.
  • Updates UI with new font as well as other minor UI changes.

Full Changelog: v1.0.0...v1.5.0

Color Palette App MVP

28 Oct 05:09
Compare
Choose a tag to compare
Color Palette App MVP Pre-release
Pre-release

This is the Minimum Viable Product of my Color Palette App.

This was the Sprint Goal: This Sprint will create a MVP that "generates" an image (using a placeholder instead of a service) and creates a viewable color palette out of it.

This version requires Flask, random, requests, Pillow, and os.