Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.13 KB

README.md

File metadata and controls

49 lines (39 loc) · 2.13 KB

S.H.E.L.P (Coursera Clone)

It is a fully responsive Coursera Clone made using React.js as Frontend and Node.js as backend and has all of its features from uploading courses as a teacher to watching them like students and it i

Features

Student

  • Proper Authentication system with signup,login,otp verification,resend otp,forgot password (fully validated with bootstrap alerts)
  • Homepage with courses being fetched categorically
  • Recommended Courses based on user's preferences
  • Rating of Courses
  • Bookmarked Courses where users can remove or add bookmark
  • Download resourses (pdf - notes)
  • Responsive React Video player for videos
  • Progress bar
  • CoursePage with all the content of the course

Teacher

  • Proper Authentication system with signup,login,otp verification,resend otp,forgot password (fully validated with bootstrap alerts)

  • Fully validated teacher uploading form with descriptition,title,Image and other details

  • CkEditor for writing in textbox with abilities to add diffrent headings,paragraphs,bold,italics,link,tables,sizes etc

  • Teacher can upload upto 5 videos with upload bar to show progress

  • Teacher can see their uploaded courses

  • Teacher can delete their course

  • Teacher can edit their course


    Signup Page alt text


Homepage alt text


Course Page alt text


Preference Page alt text


Teacher Uploading Form alt text


Uploading Videos alt text