Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.77 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.77 KB

EduTaskHub

EduTaskHub is an open-source educational platform designed to simplify the process of distributing and marking coursework assignments for students and teachers. This platform aims to improve the efficiency of homework management and enhance collaboration within an educational environment.

Features

  • Coursework Distribution:

    • Teachers can effortlessly create and distribute coursework assignments to students.
    • Assignments can cover various subjects and include detailed instructions.
  • Efficient Marking:

    • Streamlined tools for teachers to review and mark student submissions quickly.
    • Automated feedback options to expedite the marking process.
  • Collaborative Learning:

    • Facilitate collaboration among students through shared assignments and peer reviews.
    • Discussion forums for students to ask questions and seek help from peers.
  • Progress Tracking:

    • Track student progress and completion status for each homework assignment.
    • Generate insights into common challenges faced by students.

Getting Started

  1. Clone the Repository:
  git clone https://github.com/Jade-Codes/EduTaskHub.git
  1. Build the solution
  cd EduTaskHub
  dotnet build
  1. Run the frontend
  cd EduTaskHub.Frontend
  dotnet run

Episode 1: Building a Skeleton CI/CD Pipeline with Blazor, GitHub Actions, and Azure

Episode 2: Using Bicep for automating your Azure App Service and GitHub Actions workflow