Ebu13 / e-school

My e-school app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-School Management System

This is a simple Java console-based application for managing students and administrators in an E-School.

Table of Contents

Overview

The E-School Management System is designed to provide basic functionalities for both students and administrators. Students can log in, view their information, and calculate their average grades. Administrators have additional privileges such as adding and removing students.

Features

  • Student login with school number
  • Administrator login with username and password
  • View student information and grades
  • Calculate average grades for students
  • Administrator operations: Add student, Remove student

Getting Started

To run the E-School Management System on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ebu13/e-school.git
  2. Open the project in your preferred Java IDE.

  3. Run the Main class to start the application.

Usage

Student Login

  1. Choose option 1 for Student Login.
  2. Enter your student number when prompted.
  3. View your information and grades.

Admin Login

  1. Choose option 2 for Admin Login.
  2. Enter your username and password when prompted.
  3. Perform administrative tasks:
  • Add Student: Enter student information and grades.
  • Remove Student: Enter the school number of the student to remove.

Exit

Choose option 3 to exit the application.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

My e-school app

License:MIT License


Languages

Language:Java 100.0%