Skip to content

selimellieh72/Distancia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distancia - Web

Distancia ~ Digitilizing Education

MotivationLive DemoKey FeaturesHow To UseCreditsYou May Also like

Motivation

The COVID-19 pandemic presented unprecedented challenges to the education system, with schools and universities closing their doors and transitioning to online learning. In this time of crisis, "Distancia" was born as a solution to facilitate the educational environment between students and teachers. Developed by Selim Ellieh and Theo Khalil, two coding passionates, "Distancia" is a web platform that provides students with a means of communication with their teachers, access to course materials, and the ability to stay on top of homework assignments. The motivation behind "Distancia" was to provide a comprehensive and convenient learning platform for students and teachers during a time of uncertainty and change. In 2021, Distancia won the first place in a web development contest by the Lebanese American University. This platform could be considered as an attempt to create a modern, secure and free open-source alternative to other platforms like BlackBoard and Moodle.

Live Demo

You can visit an online live demo now by clicking here!

Key Features

  • Home Page
    Distancia Home

    • Our Home Page shows the different features you may find in our website.
  • Authentication
    Distancia Authentication

    • Sign up with full name, email, password and profile picture
    • Specify if you are a teacher (or not)
    • Login using email, password
    • Signing up using google is also possible!
  • Join Course (Student)
    Distancia Courses (Student)

    • Join courses using a secure ID provided by your teacher
    • The teacher may then accept the request
    • Each course groups many tools such as: lectures, homeworks ...
  • Homework Management (Student)
    Distancia Homework (Student)

    • Students can easily manage their homeworks and keep track of it
    • We offer an incredible and interactive tool that lets student submit their due work.
  • Lecture Navigation (Student)
    Distancia PDF Reader (Student)

    • Students can navigate through the material (videos, pdf, etc...) sent by the tutor.
  • Grades Dashboard (Teacher) Teacher Grades

    • Teachers can manage all their courses from the home page dashboard
  • Interact with Grade (Teacher) Teacher Interact with Grade

    • Teachers can click on any of their courses in order to interact with it
    • This will open a drawer on right side of the page
    • The teacher can then either delete the course, add (or delete a new chapter), add a homework for each chapter and manage the grade as a whole
  • Delete Grade (Teacher) Teacher Delete Grade

    • By clicking the delete button, a teacher may delete the whole course contents
    • This include all materials, submitted homeworks!
    • This action is dangerous, the website requires the teacher to type the entire grade name before proceeding
  • Manage Grade (Teacher) Teacher Manage Grade

    • By clicking the manage button, a teacher may manage the course
    • The teacher can see any incoming requests to join the grade and may accept them (or reject them) accordingly
    • The teacher can also see all the students enrolled in his class
  • Add Chapter (Teacher) Teacher Add Chapter

    • By clicking the add chapter button, a teacher may add a chapter to the course
    • The teacher has to specify the name of that specific chapter
    • Then, he may be able to post lecture materials, assignments related to this specific chapter (That the students enrolled may see)
  • Upload Lecture material (Teacher) Teacher Add Lecture

    • By clicking on "Lecture" underneath each chapter, the teacher is able to post any lecture material for the students (in any format)
  • Add due homework (Teacher) Teacher Add Homework

    • By clicking on "Homework" underneath each chapter, the teacher is able to manage homeworks due to the students
    • The teacher can add homeworks by specifying its name, its due date and if he wishes to accept answers
    • The teacher can then check all the answers of the students
  • Chatting system Chatting System

    • Real-time chat between the student and the teacher directly in addition to the whole class
    • Uses web sockets!
  • Profile Profile Edit Profile

    • Clicking on the profile picture in the dashboard will open a little pop-up
    • You can click on "Edit profile" to edit your profile (First Name and Last Name)

How To Use

To clone and run this application, you'll need Git, React, Node.js and MongoDB. From your command line:

# Clone this repository 
$ git clone https://github.com/selimellieh72/Distancia-Mern

# Go into the repository
$ cd Distancia-Mern

# Install dependencies
$ npm install

# Run the backend api
node app.js

On another terminal, run the client react app:

# Go to the client folder
cd client

# Install dependencies
npm install

# Run React App
$ npm start

Note Make sure to run the backend (NodeJs) app alongside the client (React) app or the website will not work.

You may also like...

Credits


selimellieh72.github.io  ·  GitHub @selimellieh72  ·  Twitter @selim_ellieh

theokhalil.me  ·  GitHub @Posenega

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published