hsl-calculator/src
Elf M. Sternberg f67503ea58 Baby steps-- vite, jest, typescript all kinda working.
Unfortunately, how they work is something of a mystery.  Vite is a bit
like Create React App, in that its inner workings are hidden away so
that the typical developer doesn't have to spend too much energy thinking
about what's going on under the covers.

Anyway, we have both a cheesy startup application and a library to test.
Next steps include rounding out the RGBtoHSL functions, and making
building that as a target library.  After that, writing the visualization
component AS a component, and then prettying it up.  I'm thinking a
cheesy neumorphic design.
2021-06-01 19:18:22 -07:00
..
hsltorgb.spec.ts Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
hsltorgb.ts Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
main.ts Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00