A fully animated and modern website built using HTML, CSS, JavaScript, GSAP, and Locomotive JS. This project features smooth scrolling, scroll-triggered animations, hover effects, and a custom cursor for an engaging user experience.
|| SCREEN SHOTS || || HOME SECTION ||
- 🎨 Clean and modern UI
- ⚡ Smooth scrolling with Locomotive JS
- 🌀 GSAP-powered animations
- 🎯 ScrollTrigger-based animation reveals
- 🖱️ Custom animated cursor
- ✨ Hover effects on buttons and elements
- 📱 Fully responsive layout
(Replace this link with your actual deployed website URL)
- HTML5 – Markup structure
- CSS3 – Styling and layout (Flexbox, Grid, Media Queries)
- JavaScript – Interactivity and animation logic
- GSAP – Animation engine
- GSAP ScrollTrigger – Scroll-based animations
- Locomotive JS – Smooth scrolling experience
- Custom Cursor – Created using JavaScript and CSS
project-folder/ │ ├── index.html ├── style.css ├── script.js ├── /assets │ ├── images/ │ └── fonts/ └── README.md