A mobile-first web application that was developed by a team of four people for the final project of the Le Wagon Bootcamp (406 git commits). Take the questionnaire to find your flavor profile, discover new wines, and share them with other users of the site.
Our team followed the same feature flow from the Marketplace Clone project, dividing and conquering models -> controllers -> views vertically. We learned from our messy CSS execution and primarily used Bootstrap for front-end. There were a couple new challenges and features for this application:
Specific parts and roles of development I worked on were:
To add logic to the recommendations, each seeded wine comes with scores for 5 wine flavor profiles (bitter, fruit, mineral, spice, and earth). Each answer in the six question quiz has a weight that corresponds to the values of these five profiles. The more points, the more fruity/spicy, the less points, the more bitter/mineral. Totaling the number of points from the quiz produces a corresponding wine personality, which has its own table in the database. Each personality has three hard-coded wines to recommend in the results page of the quiz.
Improvements to Make:
I want to extend a huge shoutout to my team: Michele our wine algorithm designer, Patrick our backend engineer, Joáo our fearless spokesperson. I couldn't have asked for a better team