An app to pair you up with someone with similar interests. https://hidden-earth-46755.herokuapp.com/
Usage
Click here to visit the deployed app.
You will fill out a 10-question survey, including your name and a link to your picture. Then, we will compare your results to previous users and send you back your closest match!
Each time you take the survey, you will be added to the database to match with future users to match with. If you are already in the database, you will not be added again, but just compared to other users and matched with your buddy. If you wish to remove yourself from the database, please contact me at yousef.eddy@gmail.com.
Contribution
To develop this app on your machine, clone this repo and install dependencies:
git clone https://github.com/adnanyousef/FriendFinder.git
cd FriendFinder
npm install
Make your changes and push to a new branch:
git checkout -b <your new branch>
git add <your modified files>
git commit -m "Your message here"
git push origin <your new branch>
Then create a pull request here.
Dependencies
Bugs/Issues
If you encounter any bugs or have any ideas for future development, submit an issue on GitHub here.