Pinned Repositories
DeliveryApp
This iOS application, developed using Swift and SwiftUI, simulates a package tracking system. The app allows users to manage their deliveries by adding, updating, and tracking packages.
EducationApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout, SharedPreferences for data persistence, and Gson to serialize and deserialize objects. The app allows users to enter their username, view lessons in their browser through navigation from the app, and mark them as complete.
EmailApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to delete an email by tapping on the row and update the importance status by tapping the star icon.
NatureWalkApp
This iOS application, developed with Swift and SwiftUI, simulates a session management system for "Nature Walks" where users can view, mark as favorite, and share different sessions. The app provides functionalities to log in, view all available sessions, manage a list of favorite sessions, and view session details.
ngx-modals
PokemonApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to search Pokémon by type, reset the list, and see the detailed information of each Pokémon. Interfaces are used to handle these interactions cleanly, ensuring a modular and maintainable codebase.
SpidermanMovieTemplate
Multi Page Application demonstrating a responsive layout with Flexbox, custom CSS styles for design, and JavaScript for dynamic content and data persistence using local storage.
ToDoApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to add, update, delete tasks, as well as check and uncheck them as important.
workshop-redux-angular-ngrx
Workshop de Redux en Angular con NgRx: Introducción y Primeros pasos
workshop-unit-testing-angular
Workshop de Unit Testing en Angular con Jasmine y Karma: Introducción y Primeros pasos
jreategui07's Repositories
jreategui07/workshop-unit-testing-angular
Workshop de Unit Testing en Angular con Jasmine y Karma: Introducción y Primeros pasos
jreategui07/DeliveryApp
This iOS application, developed using Swift and SwiftUI, simulates a package tracking system. The app allows users to manage their deliveries by adding, updating, and tracking packages.
jreategui07/EducationApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout, SharedPreferences for data persistence, and Gson to serialize and deserialize objects. The app allows users to enter their username, view lessons in their browser through navigation from the app, and mark them as complete.
jreategui07/EmailApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to delete an email by tapping on the row and update the importance status by tapping the star icon.
jreategui07/NatureWalkApp
This iOS application, developed with Swift and SwiftUI, simulates a session management system for "Nature Walks" where users can view, mark as favorite, and share different sessions. The app provides functionalities to log in, view all available sessions, manage a list of favorite sessions, and view session details.
jreategui07/PokemonApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to search Pokémon by type, reset the list, and see the detailed information of each Pokémon. Interfaces are used to handle these interactions cleanly, ensuring a modular and maintainable codebase.
jreategui07/SpidermanMovieTemplate
Multi Page Application demonstrating a responsive layout with Flexbox, custom CSS styles for design, and JavaScript for dynamic content and data persistence using local storage.
jreategui07/ToDoApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to add, update, delete tasks, as well as check and uncheck them as important.
jreategui07/workshop-redux-angular-ngrx
Workshop de Redux en Angular con NgRx: Introducción y Primeros pasos
jreategui07/ActivityLifecycleApp_Android
This Android application demonstrates the Activity Lifecycle in Android applications. It logs and showcases the execution of lifecycle events such as onCreate, onStart, onResume, onPause, onStop, onRestart, and onDestroy.
jreategui07/AuthApp-Android
🚧 This project is under construction.
jreategui07/BookingApp_ReactNative
jreategui07/BroadcastReceiverApp_Android
This Android application demonstrates the use of BroadcastReceivers to monitor system-level events such as Airplane Mode, Bluetooth status, Battery Saver mode, and Wi-Fi connectivity. Built with Jetpack Compose, the app demostrates real-time updates.
jreategui07/CityJonathan
Single Page Application demonstration using Flexbox for layout and custom styles for design.
jreategui07/CryptoApp_ReactNative
jreategui07/DragonBallApp_Android
This Android application showcases a list of Dragon Ball characters and their details with both mobile and tablet-friendly layouts. Designed with Fragments, the app ensures an adaptive UI that supports both mobile and tablet screen sizes.
jreategui07/EmployeeApp
This Android application, developed with XML and Kotlin, calculates an employee's salary based on hours worked and hourly rate. This project showcases modern Android development practices, including data binding and object-oriented programming.
jreategui07/EventApp_ReactNative
This React Native application, built with Expo, allows users to explore and manage events. The app features a modern design, providing a responsive user interface for both Android and iOS devices.
jreategui07/Gym-CLI-App
This Swift CLI application, implements Object-Oriented Programming (OOP) concepts like inheritance and polymorphism to manage Gym members and services, allowing users to book fitness classes and personal training sessions.
jreategui07/heroes-app
jreategui07/jreategui07
jreategui07/MenuOptionsDemoApp
This Android application, developed with XML and Kotlin, demonstrates a simple use and implementation of Menu options in Android. It includes custom methods to configure the App bar, create specific menu item layouts, and handle events.
jreategui07/MultithreadingApp_Android
This Android application demonstrates the use of multithreading to update the UI from background tasks. It includes examples of thread management, handling task interruptions, and updating the UI using Handler and runOnUiThread.
jreategui07/Online-Portfolio
jreategui07/PetsFormApp
🚧 This project is under renovation. Key features, functionalities and documentation are still being implemented.
jreategui07/PizzaOrderApp
This Android application, developed with XML and Kotlin, simulates a pizza restaurant order and calculates the final price based on the selected options. The app provides a summary of the order. This project showcases modern Android development practices, including Data Binding and Object-Oriented Programming.
jreategui07/PlantsStoreApp
This iOS application, developed with Swift and SwiftUI, simulates an online plant store experience. The app provides functionalities to browse and order plants, validate promotional codes, and display an order receipt.
jreategui07/RealEstate-CIL-App
This Swift CLI application implements Object-Oriented Programming (OOP) concepts like inheritance and polymorphism to manage real estate transactions, including residential and commercial properties. The system allows agents to handle property listings, sales, and purchases, while tracking agent commissions and property details.
jreategui07/RecyclerViewDemoApp
This Android application, developed with XML and Kotlin, implements a RecyclerView adapter with a custom layout for the rows. The app allows users to add, delete, and update items in the list, demonstrating efficient data management and user interaction. Interfaces are used to handle these interactions cleanly.
jreategui07/redux-todo-app