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.
- 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