/characterQuiz

An application that includes a survey for the user to answer. The answers are compared with a list of friends in order to find a friend that has the best compatibility score with the user!

Primary LanguageHTML

Fate Character Personality Quiz

An application that is based of the series Fate that includes a survey for the user to answer. The answers are compared with a list of characters and returns the character that has the closest compatibility score with the user! https://tiny-blue-crow-yoke.cyclic.app

How to start

Click here to visit deployed site.

You will be directed to the home page. Click on the go to survey button to start.

There will be a input box to ask for the user's name and 10 questions to fill out. When you finish inputing all needed info in, press submit and a modal will pop up with your character!

Contribution

To develop this app on your machine, clone this repo and install dependencies:

git clone https://github.com/tintdang/characterQuiz.git
cd characterQuiz
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>

Dependencies

  1. Express
  2. Body Parser

Bugs/Issues

If you encounter any bugs or have any ideas for future development, submit an issue on GitHub here.