Coder Social home page Coder Social logo

friendfinder's Introduction

FriendFinder

In this app, there is a basic intereaction between front-end and back-end. The user starts by filling out a survey of 10 questions. Once the user hits the submit button, their answer are sent to our server who calculates the total difference between the answer of the user and the friends already existing in the app. Once the calculation is done, the app will pop-up the best match for the user.

Sample Images

When the user first enters the app, they will the homepage. At this point the user can choose to click on the API Friends List, which will take him to the list of friends that is showcased as a JSON object. We did not use a database on this exercise, therefore this list lives in a .js file in my machine/Github Repo:

API-Friends-List

The user can also choose to click on "Go to Survey" like so:

Go-to-survey

Once in the survey, the user can choose to answer all the questions, including name and photo. Once all the questions have been answered, the user can click on the submit button below and find a match:

best-match

Getting Started

To create this app there were a few steps and instalations that had to occur in order to be sucessful.

Installing

Using the packages available in the NPM library and node as a CLI I was able to create the back-end of this app. So the first step, after cloning my repo into my local machine, was to create a package.json that would store all my dependencies. The command below allows for that:

npm init -y

Next step was to install all the required dependencies. In this case, we were only working with Express so that was the only npm instalation required.

npm install express

Once these two steps were done, the app could be properly developed.

Built With

  • HTML5
  • CSS
  • Javascript
  • Express
  • Node
  • Jquery

Deployed Link

This app was deployed on Heroku.

Authors

  • Sara Neves Pereira

License

This project is licensed under the UofA Coding Certificate Bootcamp.

friendfinder's People

Contributors

saranp-33 avatar dependabot[bot] 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.