Back to Projects
Project Overview
A visually rich slideshow website showcasing the beautiful holiday towns of Izmir, Turkey. The project features an auto-playing image carousel with smooth transitions between destinations like Cesme, Alacati, and Foca. Built with vanilla HTML, CSS, and JavaScript, it demonstrates fundamental web development skills including DOM manipulation, CSS transitions, and responsive image handling.
Key Features
- Auto-playing image slideshow with controls
- Smooth CSS transition animations between slides
- Navigation dots and arrow controls
- Town name and description overlays
- Responsive image scaling for all devices
- Vanilla JavaScript DOM manipulation
Technical Highlights
Pure JavaScript handles the slideshow logic with setInterval for auto-play and event listeners for manual navigation. CSS transforms and opacity transitions create smooth slide effects. The project demonstrates clean separation of concerns with HTML structure, CSS presentation, and JS behavior.
