Friend Finder Application - Node and Express Servers

Overview

The Friend Finder application is a full-stack site that takes users' survey results and compares their answers to the qualities of different dog breeds to best match an owner to a dog. The application will display the dog breed and picture of the best furry friend match.

Express, Body-Parser, and Path were required to handle routing and back end. Bootstrap was used for formatting and design.

User Experience

  1. User begins on the Friend Finder landing page.
  2. User clicks on button to take survey.
  3. User completes 5 question survey.
  4. User clicks Submit button to submit survey answers.
  5. Based on numeric computation in backend, user is matched with the most compatible furry friend, a specific dog breed. Results will be shown in pop up modal.