Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.44 KB

Polychrome Color Palette Generator

Live Deployment: kanielrkirby.github.io/polychrome

Color palette generator built using only TypeScript and PostCSS.

Features

  • Built algorithms for Analogous, Monochromatic, Complementary, and several more!
  • Drag and drop animations built with basic CSS and added nesting.
  • Design created in Figma.
  • Remove, Copy, Add buttons on each color.
  • Saves palettes to local storage, can import via basic text.
  • Custom solutions for the SPA router, modals, and popovers.

Setting up the Development Environment

Clone the repo and cd into the directory

git clone https://github.com/kanielrkirby/polychrome
cd polychrome

Install dependencies

yarn

Run the development server

yarn dev

Open the instance on localhost:3000

Contributing

This is meant as a personal project, sorry! Feel free to fork it though!