/carousel

Three different versions of a carousel

Primary LanguageJavaScript

Carousel

Initial commit: 14/03/23

Technologies: Vue.js, Javascript, Axios, HTML, CSS, SASS e Bootstrap.

Info: 📷 This repository contains three different carousels. Each carousel has buttons for scrolling through images and thumbnails for previewing them.

Exercises list

  • 1. Carousel JS ArrayJS-plain the images are stored in an Array.
  • 2. Carousel JS ObjectsJS-plain the carousel scrolls images and their related titles/descriptions, which are contained in an Array-Literal.
  • 3. Carousel Vue ArrayVue.js like the previous exercise but the code is significantly lightened by the data-binding of Vue.js