Zodius is a beautifully animated, responsive portfolio-style website built using the latest modern tech stack. Inspired by Zentry.com, this project was part of a learning journey to understand smooth UI/UX design, page transitions, and modern frontend technologies.
| Tech | Purpose |
|---|---|
| Next.js (App Router) | Full-stack React framework |
| Tailwind CSS v4.1 | Utility-first styling framework |
| GSAP (GreenSock) | Advanced animation and scroll effects |
| Vercel | Deployment and hosting |
| GitHub | Version control and collaboration |
- Responsive and mobile-friendly layout
- Clean and minimalistic design with a cosmic theme
- GSAP-powered animations for a dynamic user experience
- Modular components and scalable folder structure
- Fast-loading and SEO-friendly via Next.js
# Clone the repository
git clone https://github.com/CleverCoder03/Zodius
cd zodius
# Install dependencies
npm install
# Run the development server
npm run dev