Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 929 Bytes

File metadata and controls

46 lines (30 loc) · 929 Bytes

Score-Test Grade Management System

A lightweight student grade management system built with JavaFX.

Features

  • Student information management (Add/Edit/Delete)
  • Grade entry and modification
  • Search and query functionality
  • Basic statistical analysis
  • File-based data storage

Tech Stack

  • Java 17+
  • JavaFX 17+
  • CSS Styling

Quick Start

Prerequisites

  • JDK 17 or higher
  • JavaFX 17 SDK

Run with IDE

  1. Clone this repository
  2. Set VM options:
    --module-path "path/to/javafx-sdk/lib" --add-modules javafx.controls,javafx.fxml
    

Demo

Video Demonstration: Watch on Bilibili

Note: Data files are automatically created on first run

Notes

  • Designed for test purposes
  • Requires proper JavaFX configuration
  • Uses simple file-based storage (no database)

Course project developed with JavaFX - For learning and recorded