An open API service indexing awesome lists of open source software.

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

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 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