An open API service indexing awesome lists of open source software.

https://github.com/heincm/friendfinder

Use of an express, server and routing for a basic friend finding app
https://github.com/heincm/friendfinder

express router server

Last synced: 8 months ago
JSON representation

Use of an express, server and routing for a basic friend finding app

Awesome Lists containing this project

README

          

# friendfinder

### About the Application
This application utilizes express.js, routing, and a server to help individuals find others with similar interests related to dogs.

### Using the Application
Users will answer a series of 10 questions ranking their agreement with each response from 1 (strongly disagree) to 5 (strongly agree).

![beginning_survey](app/public/assets/images/beginning_survey.gif)

![end_of_survey](app/public/assets/images/end_of_survey.gif)

Upon answering all questions, users will be shown the name and photo of a previous survey responder whose answers most closely match their own.

![survey_result](app/public/assets/images/survey_result.gif)