A simple and responsive image carousel built using HTML, CSS, and vanilla JavaScript — no external libraries or frameworks required.
- Responsive design
- Smooth slide transitions
- Next/previous navigation buttons
- Built with pure JavaScript (no jQuery or frameworks)
vanilla-js-carousel/ ├── index.html ├── style.css ├── script.js └── README.md
- Clone the repository:
git clone https://github.com/3sus/vanilla-js-carousel.git cd vanilla-js-carousel
- Open index.html in your browser.
No build tools or dependencies — just open and go.
HTML5
CSS3
JavaScript (ES6+)
This project is open source and available under the MIT License.