Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremybanka/trifactory
https://github.com/jeremybanka/trifactory
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremybanka/trifactory
- Owner: jeremybanka
- Created: 2019-03-03T02:38:19.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T02:36:52.000Z (9 months ago)
- Last Synced: 2024-11-08T06:56:16.306Z (about 2 months ago)
- Language: JavaScript
- Size: 3.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### A web app for designing color palettes.
#### By Jeremy Banka
## Technologies Used
* React JS
* Emotion.js
* styled-components
* luum.js## Description
A React app I built to serve as an implementation of my color derivation library, luum, in two ways. The first way is to give non-developers a comfy GUI for creating, previewing, and exporting color palettes. The second way is to give developers an example of using luum 'live' to shade and tint a user interface made with any background color.
Beware! The GUI is far from 'comfy' in its present state. But it is still pretty cool, though definitely confusing and a bit slow to run until compiled.
## Setup/Installation Requirements
* Clone this repo: `git clone https://github.com/jeremybanka/trifactory`
* Install dependencies: `npm i` in the main directory
* Serve to yourself: `npm run start` in the main directory
* Or serve with `npm run build` if you want it to run faster.## Known Bugs
* When changing a set of hues, hues at the end of your cascading changes may erroneously be given a higher discriminator number than necessary, if their name would be the same as one of the starting hues.
## License
MIT
## Contact Information
hello (at) jeremybanka (dot) com