Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.74 KB

File metadata and controls

44 lines (36 loc) · 1.74 KB

EduChain

Overview

EduChain is a web-based educational management system that facilitates assignment submissions, grading, and peer review processes using a front-end interface. The system supports uploading assignments, managing grades, viewing peer submissions, and uploading responses, all within a structured HTML/CSS/JavaScript framework. This setup aims to streamline educational tasks and foster a collaborative learning environment.

Features

  • Assignment Management: View and manage academic assignments.
  • Grade Tracking: Access and review grades for various assignments.
  • Submission Viewing: Look through submissions made by other students.
  • Response Uploading: Upload responses to assignments directly through the portal.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Font Awesome for icons

Project Structure

  • assignments.html: Interface for managing assignments.
  • grades.html: Interface for viewing grades.
  • login.html: Authentication page for user login.
  • submissions.html: Page to view other students' submissions.
  • upload-answer.html: Interface for uploading assignment responses.
  • styles/: Contains CSS files for styling.
  • scripts/: Contains JavaScript files for front-end logic.

Setup and Running the Project

  1. Ensure you have a modern web browser installed.
  2. Clone the repository to your local machine:
    git clone https://github.com/Blockment/EduChain
  3. Open the HTML files in your browser to interact with the application.

Maintainers