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.
To set up the project on your local machine, follow these steps:
- .NET Core SDK
Clone the repository and navigate to the project directory.
- git clone https://github.com/YourGithubUsername/Student-Grades-Management-System.git
- cd Student-Grades-Management-System
- Run the application using the .NET CLI.
- dotnet run
- 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:
- 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.
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
- Addjust all functions in their classes
- Make more loops