Skip to content

3sus/vanilla-js-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS Carousel

A simple and responsive image carousel built using HTML, CSS, and vanilla JavaScript — no external libraries or frameworks required.

Features

  • Responsive design
  • Smooth slide transitions
  • Next/previous navigation buttons
  • Built with pure JavaScript (no jQuery or frameworks)

Project Structure

vanilla-js-carousel/ ├── index.html ├── style.css ├── script.js └── README.md

How to Use

  1. Clone the repository:
    git clone https://github.com/3sus/vanilla-js-carousel.git
    cd vanilla-js-carousel
  2. Open index.html in your browser.

No build tools or dependencies — just open and go.

Technologies

HTML5

CSS3

JavaScript (ES6+)

License

This project is open source and available under the MIT License.