Modern e-learning platform built with React, Tailwind CSS, and Vite.
- 🎓 Course browsing and enrollment
- 👤 User authentication (Student, Instructor, Admin)
- 💳 Payment system with 6-month access
- 📊 Student dashboard with progress tracking
- 👨🏫 Instructor course submission
- 🔐 Admin approval system
- 🌓 Dark/Light mode
- 📱 Fully responsive design
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build- Email: admin@alpha.com
- Password: admin123
- React 18
- Tailwind CSS
- React Router
- Vite
- LocalStorage for data persistence
src/
├── components/ # Reusable components
├── context/ # React context (Auth, Theme)
├── pages/ # Page components
├── App.jsx # Main app component
├── main.jsx # Entry point
└── index.css # Global styles
- Register as Student or Instructor
- Students can browse and purchase courses
- Instructors can submit courses for approval
- Admin can approve/reject courses
- All subscriptions valid for 6 months