Link to application in Heroku: Friend Finder
Friend Finder uses a ten question survey to match someone to a new friend. The ten questions have values that range from 1 (strongly disagree) to 5 (strongly agree) that, once finished, will yield a total score. The total score is then compared to the total scores from other users, and the one with the closest match will be suggested as the most compatible friend.
* Node.js
* Express
* To install this application:
* Clone the repository using: git clone git@github.com:JenHarden/FriendFinder.git
* Navigate to folder where the application was cloned.
* Run the "NPM install" command to get the necessary node packages.