Skip to content

MazeTV application is a guide for popular tv shows

Notifications You must be signed in to change notification settings

Venkatram92/MazeTV

Repository files navigation

MazeTV Application in VueJS

MazeTV application is a guide for popular tv shows from the Tvmaze API. Displays information about a selected show like seasons, epdisodes, cast, crew. Functionality to search for shows.

MazeTV

📃 Prerequisites

  1. Node v12.18.3
  2. npm 6.14.6
  3. @vue/cli 4.5.6

📚 Project dependencies

  1. axios
  2. Bootstrap
  3. Used vue-carousel to display all shows in horizontal line
  4. Used vue-carousel-3d to display popular shows

📰 Components folder

Divided components according to atomic design principles

components
   ├───atoms
   ├───molecules
   ├───organisms

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run unit