Pinned Repositories
crud-nodejs
crudSpringBoot
deploy-app
DogList
Consumo de API con Retrofit y corrutinas usando Kotlin con interfaz de usuario desarrollada con XML que implementa RecyclerView -> Busqueda de imagenes por la raza.
First-Next-Project
First project in Next.js that consumes a user API to list users and display detailed information when clicking on them. Includes a top navigation bar for easy navigation within the application.
FlightPathControl
The objective of the game is to guide the randomly appearing airplanes to the landing strip. The project was implemented in Java using the MVP design pattern to achieve code scalability and maintenance. Threads were used to ensure smooth performance of the airplanes. The Swing graphics library was used for user interface interaction.
projectSockets
SimpleCalculator
This is a simple calculator developed in Kotlin as practice.
socketForClient
Usando la arquitectura MVP, se implementa Threads para enviar y/o recibir informacion constantemente por medio de Sockets; La libreria Gson para traducir json a informacion legible por la interfaz grafica que en este caso es Swing.
UserAuthDemo
Este proyecto es una aplicación móvil desarrollada con Kotlin y Jetpack Compose. Incluye pantallas de Login y Sign Up con validación de campos y opciones de navegación.
cristian-celis's Repositories
cristian-celis/DogList
Consumo de API con Retrofit y corrutinas usando Kotlin con interfaz de usuario desarrollada con XML que implementa RecyclerView -> Busqueda de imagenes por la raza.
cristian-celis/FlightPathControl
The objective of the game is to guide the randomly appearing airplanes to the landing strip. The project was implemented in Java using the MVP design pattern to achieve code scalability and maintenance. Threads were used to ensure smooth performance of the airplanes. The Swing graphics library was used for user interface interaction.
cristian-celis/projectSockets
cristian-celis/SimpleCalculator
This is a simple calculator developed in Kotlin as practice.
cristian-celis/socketForClient
Usando la arquitectura MVP, se implementa Threads para enviar y/o recibir informacion constantemente por medio de Sockets; La libreria Gson para traducir json a informacion legible por la interfaz grafica que en este caso es Swing.
cristian-celis/UserAuthDemo
Este proyecto es una aplicación móvil desarrollada con Kotlin y Jetpack Compose. Incluye pantallas de Login y Sign Up con validación de campos y opciones de navegación.
cristian-celis/crud-nodejs
cristian-celis/crudSpringBoot
cristian-celis/deploy-app
cristian-celis/First-Next-Project
First project in Next.js that consumes a user API to list users and display detailed information when clicking on them. Includes a top navigation bar for easy navigation within the application.
cristian-celis/imdb-next
IMDB clone using next js and tailwind css
cristian-celis/MedicalAppointment
A system to manage medical appointments via API. Includes endpoints to create and retrieve appointments, handle patient details, authorization photos, and manage data in memory.
cristian-celis/Movie-Weather-App
A Vue.js application with Tailwind CSS for searching movie details and checking current weather conditions in various cities. Displays movie information and weather data.
cristian-celis/Movie-Weather-Backend
This backend service is built with Express.js and handles requests for weather and movie information. It receives the name of a city and a movie title, fetches data from WeatherAPI and OMDb API, and returns the combined results. The service uses environment variables for API keys and employs Axios for API requests.
cristian-celis/nodejs-mysql-railway
cristian-celis/Order-Management
cristian-celis/RandomQuotes
Desarrollado en Kotlin usando la arquitectura MVVM. Obtiene citas aleatorias junto con su autor al oprimir en la pantalla
cristian-celis/server-for-deploy
cristian-celis/servers-distribuidos
cristian-celis/simple-site
cristian-celis/socketForServer
cristian-celis/Star-warsPedia
StarWarsPedia is a comprehensive and detailed application designed to meet the needs of all Star Wars fans. With an intuitive and easy-to-use interface, StarWarsPedia provides users with instant access to a wide range of information related to the Star Wars universe.
cristian-celis/Tansmi_Distribuidos
App desarrollada con JavaScript y Express.js para gestionar el registro y seguimiento de buses de Transmilenio. Permite registrar la placa y el tiempo de llegada de los buses, actualizar esta información si un bus ya está registrado, eliminar buses, y consultar cuántas veces se ha editado la información de un bus específico.
cristian-celis/ToDo-List-Web
A web-based todo-list application that seamlessly combines the robust backend capabilities of Python with Django Rest Framework and a sleek, responsive frontend crafted using Vite, React, JavaScript, Tailwind CSS, and HTML. Experience a seamless and intuitive task management interface with real-time updates and a modern design.
cristian-celis/ToDoList-App