/Carousel-demo

A basic carousel for demo purposes without using external libraries.

Primary LanguageJavaScript

Carousel-demo

A basic carousel for demo purposes without using external libraries.

How to run:

Clone this repository, run node index.js and go to localhost:3000.
Or just open /public/index.html in your browser and it should work.

Possible improvements:

  • Animations could be added to the slide
  • Add automatic slider
  • Make carousel.js library more generic

Please see comments in the code for explanation about the solution.

See following repositories for more examples of my work:

Angular Chat Client & Node Chat Server