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.
- Node v12.18.3
- npm 6.14.6
- @vue/cli 4.5.6
- axios
- Bootstrap
- Used vue-carousel to display all shows in horizontal line
- Used vue-carousel-3d to display popular shows
Divided components according to atomic design principles
components
├───atoms
├───molecules
├───organisms
npm install
npm run serve
npm run build
npm run unit