Español
FilmAppChef es una aplicación móvil desarrollada en Kotlin utilizando Jetpack Compose. La aplicación permite a los usuarios puntuar y organizar películas, consumiendo datos de la TMDB API. Ofrece una interfaz moderna y fácil de usar, y es una excelente muestra de las capacidades de desarrollo móvil con Kotlin y Jetpack Compose.
- Buscar y puntuar películas.
- Organizar películas en listas personalizadas.
- Interfaz de usuario moderna y receptiva.
- Consumo de datos en tiempo real desde TMDB API.
-
Clona este repositorio:
git clone https://github.com/cheftonic92/filmappchef.git
-
Abre el proyecto en Android Studio.
-
Configura tu clave API de TMDB:
- Crea un archivo
local.properties
en el directorio raíz del proyecto. - Añade tu clave API de TMDB:
TMDB_API_KEY=your_api_key_here
- Crea un archivo
-
Ejecuta la aplicación en tu emulador o dispositivo físico.
- Navega por la pantalla de inicio para buscar películas.
- Selecciona una película para ver detalles y puntuarla.
- Organiza tus películas en listas personalizadas.
¡Las contribuciones son bienvenidas! Por favor, abre un issue para discutir lo que te gustaría cambiar.
English
FilmAppChef is a mobile application developed in Kotlin using Jetpack Compose. The app allows users to rate and organize movies by consuming data from the TMDB API. It offers a modern and user-friendly interface, showcasing the capabilities of mobile development with Kotlin and Jetpack Compose.
- Search and rate movies.
- Organize movies into custom lists.
- Modern and responsive user interface.
- Real-time data consumption from TMDB API.
-
Clone this repository:
git clone https://github.com/cheftonic92/filmappchef.git
-
Open the project in Android Studio.
-
Configure your TMDB API key:
- Create a
local.properties
file in the root directory of the project. - Add your TMDB API key:
TMDB_API_KEY=your_api_key_here
- Create a
-
Run the app on your emulator or physical device.
- Navigate the home screen to search for movies.
- Select a movie to view details and rate it.
- Organize your movies into custom lists.
Contributions are welcome! Please open an issue to discuss what you would like to change.