Skip to content

BPandaa/BPandaa-Student_Grades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Student Grades Management System

Description

This project is a C# console application for managing student grades. It allows admins and users (students) to access and modify student records, including personal information, module grades, and passwords. The system calculates average scores and determines whether a student has passed or failed based on their grades.

Installation

To set up the project on your local machine, follow these steps:

Prerequisites

  • .NET Core SDK

Setup

Clone the repository and navigate to the project directory.

  1. git clone https://github.com/YourGithubUsername/Student-Grades-Management-System.git
  2. cd Student-Grades-Management-System

Usage

  1. Run the application using the .NET CLI.
  2. dotnet run

Features

  • Admin and user (student) login system.
  • Admins can view and edit all student records.
  • Students can view and edit their own information.
  • Calculation of average grades and pass/fail status.
  • Data persistence in JSON files.
  • Contributing
  • Contributions to the project are welcome! Please follow these steps to contribute:

Fork the repository.

  • Create a new branch (git checkout -b feature/AmazingFeature).
  • Commit your changes (git commit -m 'Add some AmazingFeature').
  • Push to the branch (git push origin feature/AmazingFeature).
  • Open a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

Contact Your Name – [email protected]

Project Link: https://github.com/BPandaa/BPandaa-Student_Grades.git

This project need some changes

  • Addjust all functions in their classes
  • Make more loops

Releases

No releases published

Packages

No packages published

Languages