Version 1.0.0 Version 1.0.1 Version 1.0.2 Version 1.0.3 Version 1.0.4
Welcome to Spirits & Spirits the ultimate site to start or end your day. Ever wonder what your tarot says? Join us in pulling a tarot card for your daily reading. A drink recommendation is also included and all you will need to do is decide whether it will be an alcoholic or not.
Do you question if the universe is trying to tell you something? Do you want to take some time with a drink and mull it over? Welcome to our App.
A leisure oriented application meant for a user to perform a simple tarot reading and self reflect upon it alongside drinks for the day.
Stretch goals are to attach it to music recommendations based on the tarot card drawn name.
VS Code Tarot Cocktail DB Trello Miro
Step one: Log into your profile to start your reading. Step two: Select if you are looking for an alcoholic drink or not (be ready to get tipsy if you don't make a selection). Step three: Draw your card for the day. Step four: Read your card and get your drink recommendation. If you want more information, please feel free to read the description of your tarot card and the recipe of your drink.
/draw Draw requires a query of alcoholic or non-alcoholic /history /delete
{ email: test@test.com, timestamp:123456, tarotToday: {}, //tarot data from API drinkChosen: {}, //drink data from API history: [ { tarotName: The Lovers, //Extract just names for storage & retrieval drinkName: Sex on the Beach, timestamp: 12345 // Save timestamp for history display later } ] }