This is a quiz with 5 questions. The result gives the user a different type of wine based on the answers they chose.
In order to run this project, you'll need to have npm, nodejs and monogodb installed on your computer.
- Download or clone repo
- Via command line, change directory to the location of the "quiz" folder
- Run "npm install" to install any packages or dependencies needed for the project
- Open a new tab in terminal and make sure monogo is running
- Type "node index.js" in the terminal to get project running
- open browser to http://localhost:8080
-
There is no validation on the quiz form which is something I would like to add if I had more time to make this more user friendly.
-
I would also like to add a picture, and social share to the results to make this more engaging for the user.