Java Application for the Object Technology Final Project. Made using javafx.
Description: A Client application to access and manipulate a database of non-profit organizations.
The application, as of now, includes several functionalities:
- Add new organizations
- Edit existing organizations
- Search for an organization based on several queries.
- Display organizations along with their information and profile images.
- Sort the table. (Click on the column's header).
- Display the number of organizations in each state.
Expected features to be implemented in the near future:
- Add images to the profile through the client.
- Usage of serialization.