Pinned Repositories
100-days-of-swiftui
Repo to follow along with Paul Hudson's 100 Days of SwiftUI Course (https://www.hackingwithswift.com/100/swiftui)
findMatch
Creating a fun and interactive Swipe and Match user interface
FirebasePhoneAuth
This is simple Firebase Phone Authentication using Swift 5.0. Here you can pick different set of country code from Country code List controller. Initially the Entry screen will show you the country code based on your Device-Locale. (i) Entry Scene (ii) Verify 6 Digit code Scene(Pretty straight forward)
GetitDone
HackingWithSwift
The project source code for hackingwithswift.com
iOSProjects
It's project that contains different applications developed with Swift-5 👨💻
MonthYearTextField
This project is used for debit/credit card month and year expiration field where you can use text field for month and year differently.
suno
podcast app using swift UI
SwiggyClone
In this project we will dive deep into UICompositional Layouts and alot of new concepts.
TODO
React Native & Firebase Todo App
itsTarun's Repositories
itsTarun/iOSProjects
It's project that contains different applications developed with Swift-5 👨💻
itsTarun/MonthYearTextField
This project is used for debit/credit card month and year expiration field where you can use text field for month and year differently.
itsTarun/suno
podcast app using swift UI
itsTarun/SwiggyClone
In this project we will dive deep into UICompositional Layouts and alot of new concepts.
itsTarun/TODO
React Native & Firebase Todo App
itsTarun/100-days-of-swiftui
Repo to follow along with Paul Hudson's 100 Days of SwiftUI Course (https://www.hackingwithswift.com/100/swiftui)
itsTarun/findMatch
Creating a fun and interactive Swipe and Match user interface
itsTarun/FirebasePhoneAuth
This is simple Firebase Phone Authentication using Swift 5.0. Here you can pick different set of country code from Country code List controller. Initially the Entry screen will show you the country code based on your Device-Locale. (i) Entry Scene (ii) Verify 6 Digit code Scene(Pretty straight forward)
itsTarun/gitignore
A collection of useful .gitignore templates
itsTarun/Grid
The most powerful Grid container missed in SwiftUI
itsTarun/HackingWithSwift
The project source code for hackingwithswift.com
itsTarun/HandyUIKit
Handy UI features that should have been part of UIKit in the first place.
itsTarun/IBPCollectionViewCompositionalLayout
Backport of UICollectionViewCompositionalLayout to earlier iOS 12
itsTarun/iOS-Nuts-And-Bolts
iOS bits and pieces that you can include in your project to make your life a bit easier.
itsTarun/iOS-project-template
A template to jumpstart your next iOS project integrating best practices and tools
itsTarun/iOS-Projects
This repository contains iOS applications for learning purposes.
itsTarun/itsTarun
Config files for my GitHub profile.
itsTarun/LBTATools
Set of tools to drastically improve development speed of UI in iOS applications
itsTarun/material-components-ios
Modular and customizable Material Design UI components for iOS
itsTarun/Networking-with-REST-API-calls-and-URLSession-Unit-Tests-and-Data-Persistence-in-Core-Data
Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created into a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the dynamic TableView cell we can easily delete the cell with a swipe, the TableView will then reload itself with a custom made animation and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. A And last but not least I implemented a settings launcher slide-up menu that slides up from the bottom of the screen when the settings tab bar button is pressed. On the slide-up menu, we have all the functionalities I mentioned above like getting the data from the REST API, filtering the data in the cells using a search bar and sorting them in the right alphabetical order, and also send data to a REST API.
itsTarun/Post
IOS Social app integrated with FireStore share random posts cosidering of your mood
itsTarun/react-native-for-designers
React Native for Designers course
itsTarun/shinkansen-3d-seat-booking-prototype
Example of 3D Integration to Visualize Train Seat Map in iOS
itsTarun/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
itsTarun/swift-style-guide
The official Swift style guide for raywenderlich.com.
itsTarun/SwiftUI-Advanced-Learning-Advanced-Level-
Bootcamp Master SwiftUI | Advanced Learning
itsTarun/SwiftUI100
A collection of challenge solutions for the #100DaysOfSwiftUI course @twostraws
itsTarun/flutter_twitter_clone
Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage
itsTarun/Grants-Program
Web3 Foundation Grants Program
itsTarun/InstagramClone
Instagram clone app built with SwiftUI and Firebase. The app allows users to post photos, view photos from other users, and comment on photos. The app uses Firebase as its backend