A clone of the landing page from zentry.com, built as a front-end project for learning and practicing modern web development techniques.
This project is based on the tutorial by JavaScript Mastery on YouTube:
📺 Awwwards Winning Website
- Responsive and modern layout
- Clean design inspired by Zentry's official site
- Animations using GSAP
- Fully responsive for all screen sizes
- GSAP
- React.js
- Tailwind CSS
To run this project locally:
Clone the repository and install the dependencies:
git clone https://github.com/KaBarbi/Zentry-Website.git
cd zentry-clone
npm installRun the project locally:
npm run devOpen http://localhost:5173 in your browser to see the result.