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.
- 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.
- HTML
- CSS
- JavaScript
- Font Awesome for icons
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.
- Ensure you have a modern web browser installed.
- Clone the repository to your local machine:
git clone https://github.com/Blockment/EduChain
- Open the HTML files in your browser to interact with the application.