Skip to content

Apache-ghost/studentGradeCalculator

Repository files navigation

Student Grade Management System

Welcome to the Student Grade Management System! This program is designed to help manage student grades, allowing users to input student information, grades for different subjects, calculate overall averages, and determine final grades. Additionally, the program provides functionality to view and analyze student performance.

Table of Contents

  1. Introduction
  2. Features
  3. Usage
  4. Contributing
  5. License

Introduction

The Student Grade Management System is a Java-based application that simplifies the process of managing student grades for educators and administrators. It provides a user-friendly interface for inputting student data, entering grades, calculating averages, and generating final grades.

Features

  • Admin Dashboard:

    • Add new students.

      jaddstudent

    • Manage marks sessions.

      jmarkinsert

    • View student details. jview student

    • View marks and courses.

      jview mark

    • Generate reports including total students, class average, count of passing students, and count of failing students.

    jreport

  • Student Dashboard:

    • View marks for each subject.
    • View final average.
    • View final grade.
    • View remarks.

jstudentdash

Usage

To use the Student Grade Management System, follow these steps:

  1. Clone the repository: git clone https://github.com/your/repository.git
  2. Navigate to the project directory: cd StudentGradeManagementSystem
  3. Compile the Java files: javac *.java
  4. Run the program: java Main

Upon launching the program, you'll be presented with a login screen where you can choose to login as an admin or a student.

Admin Dashboard

Once logged in as an admin, you'll have access to various functionalities such as adding new students, managing marks sessions, viewing student details, viewing marks and courses, and generating reports.

Student Dashboard

Once logged in as a student, you'll be able to view your marks for each subject, final average, final grade, and remarks.

Contributing

Contributions are welcome! If you'd like to contribute to the Student Grade Management System, feel free to submit pull requests or open issues on the GitHub repository.

License

This project is licensed under the MIT License.


Developed with ❤️ by Guegouo M. Guiddel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages