This application is a compatibility-based "FriendFinder" application -- basically a dating app. This full-stack site will take in results from your 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.
Using Express to handle routing. Deployed using Heroku so other users can fill it out.
- Node.js
- npm packages:
- express (used for routing)
- body-parser
- path
- HTML/CSS
- Javascript