This project is a React-based clone of the hei.school website, built as part of a frontend learning initiative.
Actually hosted on https://hei-school-clone.vercel.app
- ⚛️ Built with React and Vite
- 💨 Tailwind CSS for fast and responsive UI styling
- 🎯 Reusable components
- 📱 Fully responsive layout (mobile-first)
| Tool | Description |
|---|---|
| React | UI framework for building components |
| ShadCn | Button and Carousel |
| Tailwind CSS | Utility-first CSS framework |
| Lucide | Icons used |
| Swiper React | Carousel and Slider |
├── public/
├── src/
│ ├── assets/ # Images, logos
│ ├── components/ # Shared components (Navbar, Footer, etc.)
│ ├── constants/ # Static data (navLinks, features, etc.)
│ ├── lib/ # Utility functions (e.g., cn utility)
│ ├── types/ # TypeScript types
│ ├── App.jsx # Root component
│ └── main.jsx # Entry point
├── index.html
└── README.md