A design study: People rate skills and statements to find their perfect job position. Based on an experimental slider element that allows different user interactions.
Built as responsive HTML5 Singlepage App for multiple devices, with Backbone.js, Less and Grunt
http://designposition.precious-forever.com
- Download the project
- Copy all files contained in
build/production
to your webserver - Edit position-finder-data.js, edit the words and statements
- Open http://[your-url-to-position-finder.com]?setup to adjust quantifiers
git clone [email protected]:preciousforever/skills-not-position.git
cd skills-not-position
npm install
Edit
- settings.json (Build Configuration)
- app/settings.js (JS Configuration)
- templates/common
- less/styles.less
grunt build
grunt build:dev
grunt watch