Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.13 KB

ui-ranking

Experiment with users to rank UIs aesthetics properties based on a 1 to 1 comparison

Forked, inspired and edited from https://github.com/nithinkrishna/nerdornot

#Getting started Assuming you have python installed on your machine,

  • cd into the project root directory and start a simple http server
python -m SimpleHTTPServer 8888

if you are using windows you may have to use the http.server instead of SimpleHTTPServer

python -m http.server 8888

#About replacing images If you want to replace the images used for comparisons, you need to follow those steps

  • Make sure you have NodeJS installed on your machine
  • Add your files with ".jpg" extension in the directory "images" at the root of the project
  • run the script (test.js) that will explore the directory and create a json structure with file names with the following cmd
nodejs test.js

The result is "null". That's ok. You may test the app with your new images now.