Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilo6castell/water-quality-app
[EN][please see README.md] Proyecto hecho en Java ejectuable en cualquier maquina que corra Java. La aplicacion evalua cuerpos de agua para identificar la calidad del agua. En esta app se evidencian Clases, Herencias, Métodos públicos privados y protected, uso de base de datos MySQL, Interfaz Gráfica, etc.
https://github.com/camilo6castell/water-quality-app
Last synced: about 22 hours ago
JSON representation
[EN][please see README.md] Proyecto hecho en Java ejectuable en cualquier maquina que corra Java. La aplicacion evalua cuerpos de agua para identificar la calidad del agua. En esta app se evidencian Clases, Herencias, Métodos públicos privados y protected, uso de base de datos MySQL, Interfaz Gráfica, etc.
- Host: GitHub
- URL: https://github.com/camilo6castell/water-quality-app
- Owner: camilo6castell
- Created: 2023-07-15T21:58:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-05T23:25:11.000Z (3 months ago)
- Last Synced: 2024-08-06T02:05:49.920Z (3 months ago)
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WaterQualityApp. *Desktop application*
![Java](https://img.shields.io/badge/Java-007396?style=for-the-badge&logo=java&logoColor=white)
![SQLite](https://img.shields.io/badge/SQLite-003B57?style=for-the-badge&logo=sqlite&logoColor=white)
![OOP](https://img.shields.io/badge/OOP-000000?style=for-the-badge&logo=code&logoColor=white)
![Java Swing](https://img.shields.io/badge/Java_Swing-5382a1?style=for-the-badge&logo=java&logoColor=white)This computer application works cross-platform thanks to the JVM and is not web-based, so it works on any machine that has Java installed.
The model was created using the object-oriented programming paradigm, its graphical interface was developed with JavaSwing and data persistence was done with Sqlite.
This application manages different water sources, organizing and presenting them as required, and also makes calculations regarding the effect that these water sources may have in relation to the number of inhabitants entered.
It is done as part of the MisiónTIC program of the Colombian government.