A simple frontend SPA built using axios and Vue.js framework.
Heroku deployment: https://tarot-vue-frontend.herokuapp.com/
When clicking 1/2/3 cards on the top nav for the first time, cards may take 10-15 seconds to load. The backend api and data is from rws-cards-api by ekelen which is hosted on heroku and may need a while to spin up.
Users can select a tarot reading of 1, 3, or 5 cards. Each individual card can be flippe over
Users can search for cards based on their names
run npm install in root directory. then node server.js. Static vue build will be served at localhost:8080
- Vue.js
- Axios
the frontend app is making request to rws-cards-api