Skip to content

Latest commit

Β 

History

History
67 lines (41 loc) Β· 1.7 KB

File metadata and controls

67 lines (41 loc) Β· 1.7 KB

JavaFX Project

A comprehensive JavaFX application developed as part of my Level-1 Term-2 project.

πŸ“‹ Table of Contents

🎯 Overview

This project showcases the implementation of a JavaFX application, demonstrating modern desktop application development using Java's powerful GUI framework. Built as part of my academic coursework, this project highlights key programming concepts and best practices in software development.

πŸ› οΈ Technologies

  • JavaFX - Primary GUI framework
  • Java - Core programming language

πŸŽ₯ Demo

Get a quick overview of the application in action:

Watch the Demo

Click the image above to watch the demo video

πŸš€ Getting Started

Prerequisites

  • Java Development Kit (JDK) 11 or higher
  • JavaFX SDK
  • IDE with JavaFX support (IntelliJ IDEA, Eclipse, or VS Code)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd readme
  2. Ensure JavaFX is properly configured in your IDE

  3. Compile and run the application

πŸ“– Usage

Detailed usage instructions will be added here based on your application's functionality.

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

πŸ“„ License

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


Developed with ❀️ as part of Level-1 Term-2 coursework