Code Monkey home page Code Monkey logo

friendfinder's Introduction

FriendFinder

About

Friend Finder implements friend matching based on the users responses to a breif survey. The user responds to questions by selecting values from 1 (Strongly Disagree) to 5 (Strongly Agree) from a dropdown on the webpage. When the survey is submitted, an existing user record closest to the current user's responses is found and returned via a modal in the html page. The closest friend match is determined by the set of user responses compared to the existing users with the lowest absolute difference for all ten questions combined.

Friend Finder application is meant to simulate a simple dating app. The application is implemented using a Node.js and Express server on the back end and a Bootstrap CSS framework on the front end.

Demo

Friend Finder is deployed to Heroku. Please check it out here: https://match-makr.herokuapp.com/.

Installation

To install and run the application follow the instructions below:

git clone https://github.com/makeitsoo/FriendFinder.git
cd FriendFinder
npm install
node server.js

node server.js

The application will now be running locally on PORT 8000. You can then access it locally from your browser at the URL: localhost:8000.

routes

The application has two html pages and an API (json). The following are the routes for each, but all can easily be accessed through the home page of app:

Home localhost:8000

Survey localhost:8000/survey

API localhost:8000/api/friends

friendfinder's People

Contributors

makeitsoo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.