GitXplorerGitXplorer
l

Malette

public
18 stars
12 forks
4 issues

Commits

List of commits on branch master.
Unverified
9e860fb8f28ceefc4cfba5e0637ae4256fb97ff1

Merge pull request #3 from lukejacksonn/develop

committed 8 years ago
Unverified
50839af8a5506606e1998f36fab2d3b8adcb2c40

Adds app directories attribute to package.json

llukejacksonn committed 8 years ago
Unverified
e6cb03013ba4fb1d39ba70de7d7815e5dd11f9ca

Merge pull request #2 from lukejacksonn/develop

committed 8 years ago
Unverified
1dddb5c417f67e63eaef81e729970286c432a993

Bumps preset-es2015-rollup version to prevent failing build

llukejacksonn committed 8 years ago
Unverified
f396bb71f7574baa636ba27c21bc9f6a2ba18420

Merge pull request #1 from lukejacksonn/develop

committed 8 years ago
Unverified
1e56570df296144e1b47ede1a733bc87a4e23fc0

Fixes skipping build message speling

llukejacksonn committed 8 years ago

README

The README file for this repository.

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