/favpattern

Collection of my favorite ux patterns

Primary LanguageJavaScriptMIT LicenseMIT

favPattern: Tamios Favorite UX Patterns

Sometimes I stumble upon ux patterns in apps, websites, consoles and other digital devices I really like. And in some moments I get some ux pattern ideas, I start experimenting with.

Here I collect some self made adaptions and experiments of those ux patterns.

I copy some experiments to http://codepen.io/IOIO72 and from time to time I write articles about them in my blog http://www.honma.de.

Setup

  1. If you didn't before, install Node.js
  2. If you didn't before, install Gulp.js npm install --global gulp
  3. If you didn't before, install Bower npm install -g bower
  4. Enter git clone https://github.com/IOIO72/favPattern.git
  5. Enter npm install
  6. Enter bower install

Development workflow

Serve and watch

gulp serve

This command builds the project, watches code changes and launches web browser and updates on code changes.

Watch (default)

gulp watch

or

gulp

This is basically the same as the serve task, but without the web browser launching and updating.

Build

gulp build

This task builds the project without watching and doing anything else afterwards.

Contributing

Be encouraged to ...

  • send ideas, thoughts, feedback
  • bug reports
  • feature requests
  • pull requests / merge requests

Please use feature or bug branches for your pull / merge requests like feature/(YOURFEATURE) or bug/(YOURBUGFIX).

Get in touch

You can chat with me about this and other projects of me on Slack.

Join my Slack-Chat

License

MIT licensed

Copyright (c) 2015 Tamio Patrick Honma, http://honma.de