ainsleymcgrath / hexnudge

Play with colors!

Home Page:https://codesandbox.io/s/github/ainsleymcgrath/hexnudge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexnudge (WIP)

The goal for hexnudge is really really original: It's a color palate tool. The twist, however, is the interaction. Lots of color picker tools enforce interactions like dragging across gradients, tapping arrow keys against numeric values, and if you're lucky scaling. Often, RGB or CMYK values are separated from one another, each in their own field. hexnudge differs by displaying colors as text in the way we're used to seeing them. Here's where WIP bit comes in: once coloring behavior is under control & fully tested, scrolls, drags, and "nudgey" gestures will be first-class in the tool.

Ingredients

  • ๐Ÿš€ parcel for bundling without thinking about it.
  • ๐Ÿ™Šnvm & babel cause you gotta
  • ๐ŸŽ‰ jest to bring joy

Usage

Straightfoward for now!

Clone the repo

nvm use

Install the dependencies

npm i

Run some tests

npm run test

Run the app

npm run start

About

Play with colors!

https://codesandbox.io/s/github/ainsleymcgrath/hexnudge


Languages

Language:JavaScript 81.8%Language:HTML 11.2%Language:CSS 7.0%