Skip to content

acskii/skillforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkillForge Platform

Table of Content

Assignment

The requirements requested by the TAs is listed in the instructions included in this folder.

Refer to it to check the completion of this project.

Structure

├─── src
    ├─── databases
         ├─── Database
         ├─── UserDatabase
         └─── CourseDatabase
    ├─── models
         ├─── Model
         ├─── Course
         ├─── Lesson
         ├─── User
         ├─── Student
         └─── Instructor
    ├─── pages
         ├─── components
              ├─── LessonCard
              ├─── SignupButton
              └─── LoginButton
         ├─── SignupPage
         ├─── LoginPage
         ├─── StudentDashboard
         ├─── StudentLessons
         ├─── ViewStudentsFrame
         ├─── ManageCourseFrame
         ├─── InstructorDashboard
         ├─── EnrolledStudentsPage
         ├─── EditCourseDialog
         ├─── CreateCourseDialog
         ├─── AddLessonDialog
         ├─── CourseLessons
         └─── CourseView
    ├─── resources
         ├─── icon.png
         ├─── users.json
         └─── courses.json
    ├─── security
         └─── PasswordService
    ├─── services
         ├─── StudentService
         └─── InstructorService
    └─── windows
         └─── MainWindow
    └─── Main
└─── README.md

Team

About

fourth collaboration project for the Programming II course @ Alexandria University, Faculty of Engineering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages