/ImageSlider

A simple image carousel, written in Vanilla JS.

Primary LanguageJavaScript

ImageSlider

  • A simple image carousel, written in Vanilla JS. Images automatically forward every 5 seconds.
  • The user can click arrows on each side to advance the image forward or backward.
  • The user can also click little navigation circles at the bottom to change the slide they are on.

Technologies Used:

javascript sass webpack

What I Learned

  • How to use async functions to set Timeouts.
  • How to create a image slider without Bootstrap.
  • How to use CSS 'transition' property to easily create an image carousel.
  • How to use ESlint to reduce errors during development and Prettier to make code more readable.