Web Page With Database

A team project that build a website for an undergraduate level course.

Description

A web page that includes basic information about the course. User could use this website to visit discussion board, assignments, syllabus, etc. It also has a SQL database to store account information, grade management system and feedback system.

Features

  • Main page with header thats direct users to different pages.

    b63_web_main.png

  • Sign up page that allows user to sign up an account. User could be either student or instructor (different websites for different user type).

    b63_web_signup.png

  • Log in page that allows user to log in their account with correct username and password.

    b63_web_login.png

  • Grade and feedback page that allows student users to view their grades and submit remark request.

    b63_web_grade_and_remark.png

  • Remark page that allows instructor users to view remark requests.

    b63_web_remark.png

  • Feedback page that allows student users to submit anonymous feedbacks to selected instructor.

    b63_web_feedback_student.png

  • Feedback page that allows instructor users to view anonymous feedbacks from students.

    b63_web_feedback_instructor.png

  • Database for this website that saves account information, grade information and feedback information.

    b63_database.png

Github