Skip to content

A project about building learning system to help teachers to make assignments and manage both of assignments and exams for students

Notifications You must be signed in to change notification settings

maroayman/Learning-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning-system

Project Overview

Learning-system is a Java-based application developed in NetBeans IDE. It utilizes SQL Server as its database through the JDBC driver for SQL Server (SMSS). The project includes a role-management system for teachers and students, enabling teachers to assign and edit grades while allowing students to log in and view their grades.


Features

  1. Role Management: Separate functionalities for teachers and students.
  2. Grade Assignment: Teachers can assign and update grades for students.
  3. Student Login: Students can securely log in to view their grades.
  4. Database Integration: Uses SQL Server for efficient data storage and retrieval through JDBC.

Installation

To install and run Learning-system:

  1. Clone this repository:
    git clone https://github.com/maroayman/Learning-system.git
    

Usage

  1. For Teachers:
    • Log in using teacher credentials.
    • Assign or edit grades for students via the dashboard.
  2. For Students:
    • Log in using student credentials.
    • View assigned grades and track performance.

Contributors

This project was collaboratively developed by:


Contributing

Contributions are welcome! Follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch-name.
  3. Commit your changes: git commit -m "Add your commit message here".
  4. Push the branch: git push origin feature-branch-name.
  5. Submit a pull request.

License

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


Contact

For any inquiries or feedback, feel free to contact:


Thank you for exploring Learning-system!

About

A project about building learning system to help teachers to make assignments and manage both of assignments and exams for students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%