A simple, stylish horizontal scroll image gallery made using HTML, CSS, and JavaScript. Scroll through images using the mouse wheel or with left/right navigation buttons. Built as part of a daily UI project to enhance frontend skills.
- Horizontal scrolling with mouse wheel
- Smooth left/right navigation with buttons
- Fully responsive layout
- Extendable design for product showcases, portfolios, or galleries
Frontend: HTML, CSS, JavaScript (ES6+)
Deployment: Vercel
- Clone the repo
git clone https://github.com/fattahniz/horizontal-scroll-gallery.git
cd image-gallery- Run locally Open index.html directly in your browser or use a Live Server extension in VS Code.
project/
│── index.html
│── style.css
│── main.js
│── images/
│── README.mdFork the repo
- Create a new branch (feature/my-feature)
- Commit changes
- Push branch and create a Pull Request
This project is licensed under the MIT License – see the LICENSE file for details.