Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.08 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.08 KB

Malette | Color Picker

Malette App

Available at https://malette.io

A material design inspired color picker recently rebuilt as a shiny, tiny progressive web app. It is built using no particular framework, just plain old ES6 javascript, bundled with rollup. The app is automatically built and deployed to github pages using a genius travis configuration and https is ensured by letting cloudflare handle the DNS. Everything included the app weighs in at ~11kb gzipped. When the service worker kicks in, first meaningful paint happens at around 300ms.

TODO

  • Handle the opening and closing of the swatch- component better on touch devices
  • Implement firebase auth and db so that users can store and share swatches
  • Try turning the colors- and swatch- components into polymer components