Sort List (online demo)

Each item in this list will be sorted by the number of times you click them.

Download Instructions

Please note the installation instructions assume the user is using a Windows PC.

The paul-balchin-fuze-jquery.zip is a duplicate of this online demo and uses vanilla JS and jQuery. Unzip the contents to any directory and open the index.html in any browser window.

The paul-balchin-fuze-react.zip is the same as the demo using React. You must have node and npm installed.

  1. Unzip the contents to any directory.
  2. Open a command window and navigate to that directory.
  3. Type "npm install" to rebuild the /node_modules directory. This may take a few minutes.
  4. When complete, type "npm start"