Skip to content

Osama-Gamal/Employee-Managment-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Managment-App

Employee Managment simple project

This is an educational project that I made as assignment in my computer science college , It's simple just to show how to use data structures with JavaFX. All data in this app is saved in txt file in assets directory.

in this project you will learn :-

1 - ArrayList

2 - LinkedList

3 - Linear Search

4 - Binary Search

5 - Bubble Sort

6 - Selection Sort

7 - Insertion Sort

8 - Insert & Remove & Modifiy Data in Arraylist

9 - Insert & Remove & Modifiy Data in Linkedlist

10 - OOP Basics

11 - Design UI with JavaFX

You can use this app as base to build your own desktop app.

image

image