Skip to content

AbdallahHemdan/eLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

E-LEARN

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

About The Project

E-Learn is a learning management system, it has multiple features with different types of users, some of its features are signing up as an instructor and creating courses, uploading materials either PDFs or Videos, Enrolling on a course, post question and more. in a fashion similar to Classroom

Build with

Getting Started

This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.

Installation

  1. Clone the repository
$ git clone [email protected]:AbdallahHemdan/eLearn.git
  1. Navigate to repository directory
$ cd eLearn
  1. Install dependencies
$ yarn install

Running

  1. Running on development mode
$ yarn serve

Responsive Screenshots

Desktop Screenshots

File Structure

├── README.md
├── LICENSE
└── eLearn
    ├── package.json
    ├── yarn.lock
    ├── vue.config.js
    ├── babel.config.js
    ├── .gitignore
    |
    ├── src
    │   ├── assets
    │   ├── components
    │   ├── router
    │   ├── styles
    │   ├── utilities
    │   ├── views
    │   └── App.vue
    │   └── main.js
    |   | 
    ├── public
    │   ├── favicon.png
    │   └── index.html	
    ├── .github
    ├── .vscode
    └── node_modules

Contributors

Thanks goes to these wonderful people in the frontend team.

abdallah hemdan
Abdallah Hemdan
💻
Abdelrahman Fadl
Eman Othman
💻
Adel Rizq
Adel Rizq
💻

Ahmed Mahboub
💻

License

This software is licensed under MIT License, See License for more information ©AbdallahHemdan.