https://github.com/radwan503/eduglobal
EduGlobal is a modern e-learning platform offering courses, expert instructors, and insightful blogs. Empower your education journey with a sleek, responsive design
https://github.com/radwan503/eduglobal
e-learning educationplatform eduglobal motion nextjs14 onlinecourses react seo tailwindcss
Last synced: 13 days ago
JSON representation
EduGlobal is a modern e-learning platform offering courses, expert instructors, and insightful blogs. Empower your education journey with a sleek, responsive design
- Host: GitHub
- URL: https://github.com/radwan503/eduglobal
- Owner: radwan503
- Created: 2025-09-08T17:57:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-13T16:26:41.000Z (about 1 month ago)
- Last Synced: 2025-09-13T17:49:21.261Z (about 1 month ago)
- Topics: e-learning, educationplatform, eduglobal, motion, nextjs14, onlinecourses, react, seo, tailwindcss
- Language: TypeScript
- Homepage: https://radwan503.github.io/EduGlobal/
- Size: 1.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EduGlobal 🌍📚
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.---
## ✨ Features
- 🎨 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---
## 🛠️ Tech Stack
- [Next.js 14](https://nextjs.org/) – React framework for SSR & SSG
- [TailwindCSS](https://tailwindcss.com/) – Utility-first styling
- [Ant Design](https://ant.design/) – Enterprise UI components
- [TypeScript](https://www.typescriptlang.org/) – Type safety
- [Framer Motion](https://www.framer.com/motion/) – Animations---
## 🚀 Getting Started
### 1️⃣ Clone the repo
```bash
git clone https://github.com/your-username/eduglobal.git
cd eduglobalnpm install
# or
yarn installnpm 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