https://github.com/saajan94/friendfinder
Friend Finder is is an application that uses Express.js and Node.js to allow its user to view and answer survey questions in order to meet a new friend with common interests.
https://github.com/saajan94/friendfinder
bootstrap expressjs html javascript jquery nodejs
Last synced: 3 months ago
JSON representation
Friend Finder is is an application that uses Express.js and Node.js to allow its user to view and answer survey questions in order to meet a new friend with common interests.
- Host: GitHub
- URL: https://github.com/saajan94/friendfinder
- Owner: saajan94
- License: mit
- Created: 2018-08-10T20:25:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T04:19:52.000Z (about 7 years ago)
- Last Synced: 2025-08-25T02:29:22.263Z (10 months ago)
- Topics: bootstrap, expressjs, html, javascript, jquery, nodejs
- Language: HTML
- Homepage: https://pure-retreat-28845.herokuapp.com/
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FriendFinder
https://pure-retreat-28845.herokuapp.com/
Friend Finder is is an application that uses Express.js and Node.js to allow its user to view and answer survey questions in order to meet a new friend with common interests.
### How It Works
* The user simply needs to click Go to Survey at which point they will need to type their name as well as a URL to a photo.
* The user then answers each question with a number (1 for Strongly Disagree and 5 for Strongly Agree).
* Once the user submits their survey answers they will receive a friend suggestion based on common answers.
### Technologies Used
* JavaScript
* jQuery
* Bootstrap
* HTML
* Express.js
* Node.js