/vue-media-monster

media recommendations app built in vue

Primary LanguageJavaScript

Media Monster

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:

  1. click this link https://damp-plateau-62595.herokuapp.com/
  2. search for media recommendations by entering your favorite title, artist, etc....

Setup

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

http://localhost:8080

Dependencies

  • Vue
  • Axios
  • Express

screen shot 1

screen shot 2

screen shot 3

screen shot 4