Skip to content

nreddyd/FriendFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friend Finder

"FriendFinder" is a compatibility-based application This full-stack site will take in results from users surveys, then compare their answers with those from other users. The app will then display the name and picture of the user with the best overall match.

File Structure

 FriendFinder
   - .gitignore
   - app
     - data
       - friends.js
     - public
       - home.html
       - survey.html
     - routing
       - apiRoutes.js
       - htmlRoutes.js
   - node_modules
   - package.json
   - server.js
   - README.md

How it works:

Click Ready to Take the Quiz to go to the survey page

screen shot 2018-09-14 at 9 56 11 am

Answer the questions in below screen

screen shot 2018-09-14 at 9 57 49 am

Click Submit after you answer all the questions

screen shot 2018-09-14 at 10 02 58 am

The app displays the best Buddy based on your answers choosen

screen shot 2018-09-14 at 10 03 16 am

Technologies Used

HTML, Bootstrap, Javascript, Express NodeJS

Node Packages :

  • express
  • body-parser
  • path