https://github.com/ccutsb/java-poo-screenmatch
Proyecto de la formación en Java Orientado a Objetos. Beca Oracle Next Education y Alura Latam
https://github.com/ccutsb/java-poo-screenmatch
intellij java object-oriented-programming oracle oracle-next-education
Last synced: 4 months ago
JSON representation
Proyecto de la formación en Java Orientado a Objetos. Beca Oracle Next Education y Alura Latam
- Host: GitHub
- URL: https://github.com/ccutsb/java-poo-screenmatch
- Owner: ccutsb
- Created: 2024-10-12T04:44:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:26:58.000Z (7 months ago)
- Last Synced: 2025-03-28T03:15:50.513Z (4 months ago)
- Topics: intellij, java, object-oriented-programming, oracle, oracle-next-education
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proyecto ScreenMatch: Sistema de Recomendaciones de Contenido
ScreenMatch es un sistema de recomendaciones de contenido que utiliza algoritmos inteligentes para sugerir películas y episodios a los usuarios según sus preferencias. Este proyecto integra un sofisticado filtro de recomendaciones basado en la programación orientada a objetos, permitiendo una gestión eficiente y flexible de diferentes tipos de contenido.
## Funcionalidades
* **Gestión de Usuarios:**
* **Filtro de Recomendaciones:** Un sistema de filtrado que clasifica películas y episodios según criterios predefinidos (puntuación, número de visualizaciones, etc.). Este filtro utiliza herencia y polimorfismo para manejar diferentes tipos de contenido de forma eficiente.
* **Recomendaciones Personalizadas:**
* **Interfaz de Usuario:**
* **Integración con APIs:**## Tecnologías Utilizadas
## Cómo Ejecutar el Proyecto
1. Asegúrate de tener Java 17 instalado en tu sistema.
2. Clona el repositorio: `git clone https://github.com/ccutsb/Java-POO-Screenmatch.git`
3. Compila el código: `javac [ruta a los archivos .java]`
4. Ejecuta el programa: `java Principal`## Contribuciones
Las contribuciones son bienvenidas. Por favor, abre un *issue* para reportar errores o solicitar nuevas funcionalidades.
## Licencia
MIT License
Copyright (c) 2024 Cristian Cortés B.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.