Skip to content

deanurag/elearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Learning Platform

This is an e-learning platform built with Next.js. The platform allows users to browse and enroll in various courses, and provides features for course management, user authentication, and more.

Table of Contents

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Features

  • User Authentication
  • Course Management
  • Payment Integration
  • Content Delivery
  • User Roles (Teachers and Students)
  • Analytics
  • Notifications
  • Reviews and Ratings
  • Responsive Design

Installation

  1. Clone the repository:
    git clone https://github.com/deanurag/e-learning-platform.git
    cd e-learning-platform
  1. Install Dependency
    cd server
    npm install
    cd client
    npm install
    yarn install 
  1. Start Development Server
    cd client
    npm run dev
    cd server
    npm run dev

UI Design

Landing Page

image

Login Page

image

Profile Page

image

Courses Page

image

Analytics Page

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published