EduNexus is a scalable EdTech platform designed to provide seamless course management, secure authentication, and payment integration. Built using React, Express, MongoDB, and Tailwind CSS, it enhances learning accessibility and engagement.
- 🔒 Secure Authentication – User login and registration with JWT-based authentication.
- 🎓 Course Management – Create, update, and manage courses efficiently.
- 💳 Payment Integration – Secure payment gateway for seamless transactions.
- 📊 Interactive Dashboards – Real-time data visualization for students and instructors.
- 📱 Responsive UI/UX – Designed with Tailwind CSS for a smooth and modern experience.
- Frontend: React.js, Tailwind CSS
- Backend: Express.js, Node.js
- Database: MongoDB
- Authentication: JWT
- Payment Integration: PayPal
- 🚀 Reduced API response time by 25% for faster interactions.
- 📈 Increased user engagement by 30% through an intuitive UI/UX design.
# Clone the repository
git clone https://github.com/kishan-25/EduNexus.git
# Navigate to the project folder
cd EduNexus
# Install dependencies
npm install
#Start the backend
npm run dev
# Start the frontend
npm run dev