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.
- If you didn't before, install Node.js
- If you didn't before, install Gulp.js
npm install --global gulp
- If you didn't before, install Bower
npm install -g bower
- Enter
git clone https://github.com/IOIO72/favPattern.git
- Enter
npm install
- Enter
bower install
gulp serve
This command builds the project, watches code changes and launches web browser and updates on code changes.
gulp watch
or
gulp
This is basically the same as the serve
task, but without the web browser launching and updating.
gulp build
This task builds the project without watching and doing anything else afterwards.
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)
.
You can chat with me about this and other projects of me on Slack.
MIT licensed
Copyright (c) 2015 Tamio Patrick Honma, http://honma.de