Skip to content

scarecrow-47/ImageSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ JavaScript Image Slider

A lightweight, responsive image slider built with vanilla JavaScript.
Supports autoplay, navigation controls, and smooth transitions.


🚀 Features

  • ✅ Pure JavaScript (no external libraries)
  • ✅ Responsive design
  • ✅ Next/Previous navigation
  • ✅ Autoplay option
  • ✅ Smooth CSS transitions
  • ✅ Easy to customize

📂 Project Structure

📁 image-slider/ ├── index.html ├── style.css ├── main.js └── images/ ├── img1.jpg ├── img2.jpg ├── img3.jpg


⚡ Usage

  1. Clone or download this repository.
  2. Place your images inside the images/ folder.
  3. Open index.html in a browser.

Releases

No releases published

Packages

 
 
 

Contributors