EduGlobal is a modern and fully responsive educational platform built with Next.js, TailwindCSS, and Ant Design.
It provides learners, instructors, and institutions with a sleek, interactive, and performance-optimized interface.
- 🎨 Beautiful & responsive UI with TailwindCSS + Ant Design
- 📊 Animated counters and statistics section
- 📰 Latest news & blog section with categories and authors
- 📚 Courses & instructors showcase
- 🚀 Call-to-Action banner with subscription form
- 📩 Newsletter integration with validation
- 🖱️ Scroll-to-top button with smooth animation
- 🔍 SEO-friendly structure and optimized metadata
- Next.js 14 – React framework for SSR & SSG
- TailwindCSS – Utility-first styling
- Ant Design – Enterprise UI components
- TypeScript – Type safety
- Framer Motion – Animations
git clone https://github.com/your-username/eduglobal.git
cd eduglobal
npm install
# or
yarn install
npm run dev
# or
yarn dev
### Project Structure
/eduglobal
├── app/ # Next.js App Router pages
├── components/ # Reusable UI components (Hero, Stats, Footer, etc.)
├── styles/ # Tailwind & global styles
├── public/ # Static assets (images, icons)
├── package.json
└── README.md