Live Deployment: kanielrkirby.github.io/polychrome
Color palette generator built using only TypeScript and PostCSS.
- 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.
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
This is meant as a personal project, sorry! Feel free to fork it though!