Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.