/friendfinder

A simple Node.JS express dating app.

Primary LanguageHTML

friendfinder

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".

Description

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.

friendfinder Interface

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 Main Screen 1

Survey screen shot of Friend Finder Main Screen 1

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)