Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / itsmylifestyle 1 repository

Attention! Being on this account can lead to a nervous breakdown or make you emotionally unstable. I strongly recommend not copying projects from my GitHub ^_^

itsmylifestyle/Astana-Hub-Apple-Developer

Apple Authorized Training Centre for Education. The second stage of selection

Language: Swift - Size: 23.4 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

itsmylifestyle/POPApp

As the architect of an app, I seamlessly employed Protocol-Oriented Programming (POP) to design a system. This involved crafting APIs, refining data models, and orchestrating seamless interactions.

Language: Swift - Size: 29.3 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

itsmylifestyle/SwinjectApp

Detailed Description will be later...

Language: Swift - Size: 14.6 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

itsmylifestyle/VIPERArchitecture

iOS application built with VIPER architecture and multithreading. This app ditches SwiftUI and Storyboard, opting for a code-driven UI for ultimate flexibility. Seamless navigation from table view to detailed view enhances user interaction. Experience performance and elegance in one app.

Language: Swift - Size: 25.4 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

itsmylifestyle/NetworkService

Detailed description will be later

Language: Swift - Size: 3.91 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

itsmylifestyle/CustomSwiftUIShape

Custom SwiftUI Shape + Animation button. Can be used separately as a template for other apps.

Language: Swift - Size: 8.79 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

itsmylifestyle/JokesApp

I developed this app using SwiftUI, incorporating the Alamofire framework through Swift Package Manager + MVVM

Language: Swift - Size: 9.77 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

itsmylifestyle/CryptoAppSwiftUI-MVVM

This application is a revamped version of a previous crypto app that I developed using UIKit. However, in this iteration, I utilized SwiftUI and Combine frameworks, incorporated async and await features, experimented with the Continuations feature, and applied the @MainActor

Language: Swift - Size: 11.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

itsmylifestyle/Threading

This app showcases the seamless integration of concurrent tasks and asynchronous loading. The primary view features an image that dynamically changes upon button press, utilizing Grand Central Dispatch (GCD) for efficient threading. Additionally, a simple table view is implemented, displaying a repetitive "Threading test" label.

Language: Swift - Size: 9.77 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

itsmylifestyle/ARKitSolarSystem

Using Apple's ARKit technology, this app allows users to explore a scaled-down representation of our Solar System right in the palm of their hands. Each planet not only rotates on its axis but also orbits around the Sun, providing an educational and visually stunning demonstration of the planets.

Language: Swift - Size: 2.78 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

itsmylifestyle/CryptoApp

This application elegantly parses JSON data and presents it to the user. It employs the MVVM architecture enriched with the power of RxSwift, particularly the seamless binding capabilities. Additionally, the app leverages @escaping closures for handling asynchronous operations gracefully

Language: Swift - Size: 21.5 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

itsmylifestyle/ThinkSmall

"ThinkSmall" is an application similar to Snapchat, incorporating advanced Firebase functionalities. I utilized SDWebImage and ImageSlideshow pods to create an enhanced photo slider. Additionally, I employed a singleton pattern to enhance the clarity and structure of the app's architecture.

Language: Swift - Size: 16.1 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

itsmylifestyle/DesignApp

Learning the SwiftUI framework in this project. I will use and test some interesting methods from this framework, and the most interesting save and upload to this repository.

Language: Swift - Size: 1.94 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

itsmylifestyle/AngryBirds

This mobile app, inspired by the iconic Angry Birds game, leverages the SpriteKit framework to deliver a gaming experience. It incorporates features such as an automatic level reset when players run out of birds, precise collision detection for realistic interactions between birds and obstacles, and a scoring system.

Language: Swift - Size: 462 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

itsmylifestyle/ParseFoursquare

This application is a Foursquare Clone enhanced with Parse integration. Within this project, I've employed a singleton class in conjunction with Mapkit and Corelocation, featuring a function designed to store locations for future reference and easy navigation.

Language: Swift - Size: 16.6 KB - Last synced: 8 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

itsmylifestyle/ThinkBig

ThinkBig - an Instagram clone, encompasses fundamental functionalities such as user accounts, liking, post creation, and newsfeed access, among others. The core architecture of this application relies on Firebase to seamlessly interconnect and integrate these features.

Language: Swift - Size: 162 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

itsmylifestyle/TravelApp

I've created an app with CoreData and MapKit, allowing users to save and later revisit favorite places. Users can view past destinations, access descriptions, and even navigate back to those spots.

Language: Swift - Size: 20.5 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

itsmylifestyle/MapView

This repository contains simple code to illustrate how to work with MapKit framework to create interactive maps. The code in the repository include examples of how to customize the appearance of maps, add annotations.

Language: Swift - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/MusicPlayerApp

Music player that offers a fully automated experience for users. It utilizes the powerful storage capabilities of Firebase to store a library of songs that can be easily accessed by the user. With its play/stop button, previous/next music functionality, and 5 unique albums sorted by genre

Language: Swift - Size: 1.53 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

itsmylifestyle/UserDefaults

This repository contains sample code for using the UserDefaults settings in combination with the @ObservableObject and @Published property wrappers in the SwiftUI framework. The code demonstrates how to use the @ObservableObject and @Published property wrappers.

Language: Swift - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/MainView

Here we have the main view, where we have tabs "profile", messages", "newsfeed", "settings", and just below the exit button. The main gimmick here is the transition from one view to another. It was also styled the same way as in the "AuthorizationView" repository, so I will probably incorporate all of my repositories into one big project

Language: Swift - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/APIView

Working with JSON API. I've created struct Post with id, title & body. Also, I've created class api() where we have a func that helps us to take data in JSON format and decode that data in order to illusrate this to user

Language: Swift - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/FirebaseApp

This repository designed for Firebase only. For here we have used Cocoapods and FirebaseAuth. Also, we have registrartion/authrizarion page, which works with db, and we can login to the app.

Language: Swift - Size: 116 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/ContextMenu

This repository is designed for context menu, where you can have some actions, like share or copy, to the photo.

Language: Swift - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/AuthorizationView

This is an attractive authorization page with "Login" and "Registration" in one view. Here I used @Binding index to link these 2 structures and make a transition between them. Also, a certain special angle was implemented to make a button available for us to go to another view

Language: Swift - Size: 48.8 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/CompanyCalculator

SwiftUI project for company. This app is able to calculate how much money should person give in order to close the bill.

Language: Swift - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

itsmylifestyle/FinancialApp

It's a simple app to keep track of your spending. It uses dynamic lists and UserDefaults to save user data. It also shows in the design part what type of purchase was made and its cost.

Language: Swift - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/FlagGame

This is a simple game application in which we must to match country name to flag. If we matched it correctly, the score will increase, and the otherwise.

Language: Swift - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/ConcentrationApp

Simple IOS concentration app that used to train your attention and memory skills. I will improve this application if possible. Learning a swift at the Stanford University course.

Language: Swift - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itsmylifestyle/HealthcareDatabase

This is a simple application to store the medicines and have the opportunity to add, delete and edit them. This is mainly about PostgreSQL and how to connect and work with the system.

Language: Java - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

itsmylifestyle/NewsPortalApp

This is a simple mobile news portal application. For here I used Firebase to authorization and registration, MVVM pattern and Alamofire for server side.

Language: Swift - Size: 5.31 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

itsmylifestyle/ChatApp

This is a simple mobile chat application. I used Firebase in my project and some kind of MVVM pattern. Created as a funny test project with my friend.

Language: Swift - Size: 95.7 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

itsmylifestyle/Itsmylifestyle

This is needed in order to beatify my GitHub account. I used a lightweight markup language that you can use to add formatting elements to plaintext text documents - Markdown.

Size: 8.51 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

itsmylifestyle/Gamestore

This is a simple gamestore website done by Spring Framework for backend, HTML&CSS for frontend and MySQL to store the data.

Language: HTML - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0