Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 908 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 908 Bytes

Student Management System

Overview

This Student Management System is a desktop application developed as a university project. It facilitates managing student information, modules, and calculates GPA. Built using WPF (Windows Presentation Foundation) for the user interface and SQLite for data storage, this project showcases our teamwork, problem-solving, and technical skills in software development within an academic setting.

Features

  • Add, edit, and delete student records.
  • Manage modules: add, edit, delete.
  • Calculate GPA based on module scores.
  • User-friendly interface built with WPF.
  • Persistent storage using SQLite database.

Technologies Used

  • WPF (Windows Presentation Foundation)
  • C# programming language
  • SQLite
  • Visual Studio IDE

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/student-management-system.git