An open API service indexing awesome lists of open source software.

https://github.com/andreeadraghici/product-list-view

Product List View developed using JavaFX, OOP and css for style
https://github.com/andreeadraghici/product-list-view

Last synced: about 2 months ago
JSON representation

Product List View developed using JavaFX, OOP and css for style

Awesome Lists containing this project

README

        

# Product-List-View

Product List View developed using JavaFX, OOP, and CSS for style.
---------------------------

This interface provides us with several filters, such as the button to add, delete, save, exit, open and reset the product table.

Also the products can be sorted ascending or descending after each column.

Each content / cell in the table can be modified by clicking on the desired cell, then after changing with the desired data press the enter button to remain saved in the database.

![demo_ss](https://user-images.githubusercontent.com/72825756/133473890-404c031f-f061-4482-ab89-3741d9e69768.PNG)

Other products can be added to the database, deleted, modified, saved, a new file can be opened and the database can be reset from the beginning.

![reset all](https://user-images.githubusercontent.com/72825756/133476950-4060b721-49cc-4fcc-afe7-5a36b8ad3893.PNG)

At first the data is entered into the database directly from the program, using the get and set properties, then a new product can be added by the user.

After each change made, a message will appear in the console confirming that the desired choice has been made successfully.

![add](https://user-images.githubusercontent.com/72825756/133476981-b0cbb74c-4311-456f-a854-6b14c693b52a.PNG)

![succes](https://user-images.githubusercontent.com/72825756/133476998-874b251e-bece-4c40-b2c9-a3de2ded553b.PNG)