A visually immersive and highly animated gaming website, designed to replicate the premium feel of the original Zentry platform. This project showcases advanced frontend techniques, featuring complex scroll animations, video storytelling, and a modern "bento grid" layout.
🚀 Live Demo: https://zentry-clone-website-mu.vercel.app/
- Immersive Hero Section: Cinematic video background with smooth entry transitions.
- Advanced Animations: High-performance scroll-triggered effects and text reveals using GSAP.
- Modern UI/UX: Sleek, responsive design utilizing a "bento grid" style layout.
- Interactive Elements: 3D-style hover effects and fluid navigation.
- Responsive Design: Fully optimized for desktop, tablet, and mobile devices.
- Framework: React.js
- Build Tool: Vite
- Styling: Tailwind CSS
- Animations: GSAP (GreenSock)
- Icons: React Icons
| Hero Section | Animated Section |
|---|---|
![]() |
![]() |
| Hero Alternate | Footer |
|---|---|
![]() |
![]() |
Follow these steps to set up the project locally on your machine:
-
Clone the repository
git clone https://github.com/justutsav/Zentry-clone-Website.git cd Zentry-clone-Website -
Install dependencies
npm install
-
Start the development server
npm run dev
Open your browser Visit http://localhost:5173 to view the application.
├── Screenshots/ # Screenshots used in the README
├── public/ # Static assets (fonts, videos, images)
├── src/ # Source code
│ ├── assets/ # Local assets
│ ├── components/ # Reusable UI components
│ ├── App.jsx # Main application component
│ └── main.jsx # Entry point
├── index.html # HTML template
├── package.json # Dependencies & scripts
├── package-lock.json
├── postcss.config.js # PostCSS config for Tailwind
├── tailwind.config.js # TailwindCSS customization
├── eslint.config.js # ESLint config
└── vite.config.js # Vite configuration file
This project was built for educational purposes to master advanced animation techniques in React.
Design Inspiration: Heavily inspired by the official Zentry website.
Tutorial Reference: Special thanks to JavaScript Mastery for the educational guide on building award-winning websites. You can watch the video here: Build and Deploy an Awwwards Winning Website.



