My Open Source Projects

  1. React loading indicator displayed globally or locally or both, , which interoperate with each other.
    Online Demo >>
  2. POC for a react scaffold of dashboard-esque projects, with modules organized in a plug-and-play manner.
    Online Demo >>
  3. A webpack plugin to fetch dependency from internet, instead of local file system, to ensure the latest is bundled, e.g. to `require` an url starting with `http`/`https`/`ftp`: `require('http://abc.com/def.gh')`.
  4. Static server, with easy extendability to become mock server, via flexible configuring of response from file, inline data, function and more.
  5. CasperJS tester extension to assert snapshots matched - casper.test.assertMatchSnapshot()
  6. Filesystem storage adapter for Keyv. which is a Simple key-value storage abstraction with support for multiple backends. This adaptor is especially useful for browser cache.
  7. Quite simple lottery game POC extracted from an existing app.
    Online Demo >>
  8. Little game of catching red envelope.
    Online Demo >>
More......