/friend-finder

Find a friend using this simple questionnaire. Get matched with someone of similiar taste!

Primary LanguageHTML

Friender - Friend Finder

Description

Feeling lonely? Find a friend using this simple questionnaire. Get matched with someone of similiar taste!


Demo

Image 1


Skills Used

  1. Express
  2. Heroku
  3. JavaScript
  4. Node.js / NPM
  5. HTML
  6. CSS / BootStrap
  7. Font Awesome
  8. CLI

Heroku Live Link

https://afternoon-river-28652.herokuapp.com/


Instructions

  • Fill out 10 questions that have a scale of 1 to 5.
  • Receive a modal window that tells you your new best friend.
  • Enjoy!

Additional Information

  1. User's best match is determined using an algorithm
  2. First convert user's results into an array
  3. Compare user's array against every other user's array
  4. The absolute value is used for each answer score
  5. The closest match is the user with the least amount of difference.