Venkatram92 / MazeTV

MazeTV application is a guide for popular tv shows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MazeTV application is a guide for popular tv shows


Languages

Language:JavaScript 51.0%Language:Vue 47.1%Language:HTML 1.8%