Giter Club home page Giter Club logo

friend-finder's Introduction

Friend Finder Application

Description

Friend Finder is a compatibility based application -- basically a dating app. This is a full-stack site that takes in the results from the user's survey - 10 questions with responses ranging from 1 (Strongly Disagree) to 5 (Strongly Agree) - and compares them with the answers from other users. The app then displays the name and picture of the user with the best overall match based on the user who's answers have the lowest absolute difference for all ten questions combined.

The 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 the Bootstrap CSS framework on the front end along with the jQuery plugin Chosen for creating the survey form.

Demo

Friend Finder is deployed to Heroku. Please check it out here.

Running Locally

To run the application locally and access it in your browser, first clone and install the GitHub repo, following the instructions below:

open git bash or the terminal in the directory of your choice
git clone https://github.com/Throwback74/friend-finder.git
open repo in VS Code (alternatively you can use VS code's built in bash/terminal to clone the repo and save a step)
cd friend-finder/right-click OR cmd-click and open in Command prompt/Terminal
npm install

once packages have installed:

node server.js
* If you need to alter the default Port number of 3000 then add your chosen port number after server.js as in the following example:
node server.js 8080
Then in any browser, open http://localhost:PORT replaceing PORT with 3000 OR with your chosen port number
OR follow the link created by the console.log displayed in the terminal

Also! Try this -

  • use the names "Travis", "Tanner", or "Mark" for an easter egg!

friend-finder's People

Contributors

throwback74 avatar

Watchers

James Cloos avatar  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.