11357610_DCIT205_Assignment1

Student Grade Reporting System Frontend

Project Overview

This project is a front-end web application for a Student Grade Reporting System. It simulates a real-world application where students can view, report, and manage their academic grades. This system addresses the issue of missing or unrecorded grades in a student’s profile.

Application Structure

The application consists of 7 main pages:

Technical Details

Setup and Installation

To set up the project locally, follow these steps:

git clone https://github.com/your-github-username/DCIT_205_ASSIGNGMENT1.git
cd repo-name
npm install
npm start

This will start the application on localhost at the default port.

Usage

Describe how to use the application, highlighting key functionalities such as logging in, viewing grades, reporting missing grades, and contacting instructors.

Contribution

To contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature.
  3. Commit your changes and push them to your branch.
  4. Submit a pull request for review.

Please adhere to the project’s coding standards and provide clear and detailed pull request descriptions.