Date
Nov 28, 2018
Category
Coding
Reading Time
2 Min
University of Toronto | Friend Finder
This was a individual project from my coding bootcamp in 2018. Friend Finder application is meant to simulate a simple dating app, implemented using a Node.js and Express backend servers. Friend Finder was deployed to Heroku before they removed their free tier.
Source code: https://github.com/sherriejudy/Friend-Finder
Demo


Description
Friend Finder implements friend matching based on the user's responses to a ten question survey. The user responds to questions with values from 1 (Strongly Disagree) to 5 (Strongly Agree). When the survey is submitted, an existing user record closest to the current user's responses is found and returned. The closest set of user responses is defined as the set with the lowest absolute difference for all ten questions combined.
Friend Finder application is meant to simulate a simple dating app, implemented using a Node.js and Express backend servers.
Built With
* Node.JS
* Express
* JavaScript
* JQuery
* Bootstrap
* HTML
* CSS