Media Monster is a lightweight media recommendations app built in Vue JS. The app allows users to input their favorite films, tv shows, music, books, and games to get recommendations based on their tastes. The app parses the users input and plugs into TasteDive's API to receive media recommendations based on what genre the user chooses.
Powered by TasteDive https://tastedive.com/read/api
To view the live app:
- click this link https://damp-plateau-62595.herokuapp.com/
- search for media recommendations by entering your favorite title, artist, etc....
In the command line of the root directory of the project
# install dependencies
npm install
# build for production with minification
npm run build
# serve with hot reload at localhost:8080
npm run dev
Then visit local host in browser
- Vue
- Axios
- Express