A web-based application that queries the user to rate 10 questions on a scale of 1 to 5. It then searches through the existing list (array) of friends to find the best match, aka "Friend".
This application is built using Node.js Express, jQuery, Bootstrap v3, Glyphicons, body-parser and path. It runs in the browser on localhost:3030 or is hosted on Heroku here.
After invoking the node file (server.js), in the broswer address window (localhost:3030), the user is presented with the following screen.
Initial screen shot of Friend Finder
Survey screen shot of Friend Finder
To run friendfinder locally, follow the steps below:
git clone git@github.com:dpkillian/friendfinder.git
cd friendfinder
npm install
node server.js
open browswer (http://localhost:3030)