Instagram SwiftUI Clone | MVVM | Cloud Firestore
Instagram SwiftUI Clone | MVVM | Cloud Firestore, available at $64.99, has an average rating of 4.45, with 66 lectures, based on 374 reviews, and has 1965 subscribers.
You will learn about How to build an Instagram Clone with SwiftUI 2.0 How to build a social network with posts, comments, likes notifications & followers Mastery of the MVVM Architecture Pattern How to create and interact with data models and APIs using SwiftUI How to engineer a back end from scratch with Cloud Firestore Fundamental programming and SwiftUI skills This course is ideal for individuals who are All levels of programmers looking to improve their skills and build an awesome application from scratch It is particularly useful for All levels of programmers looking to improve their skills and build an awesome application from scratch.
Enroll now: Instagram SwiftUI Clone | MVVM | Cloud Firestore
Summary
Title: Instagram SwiftUI Clone | MVVM | Cloud Firestore
Price: $64.99
Average Rating: 4.45
Number of Lectures: 66
Number of Published Lectures: 65
Number of Curriculum Items: 66
Number of Published Curriculum Objects: 65
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- How to build an Instagram Clone with SwiftUI 2.0
- How to build a social network with posts, comments, likes notifications & followers
- Mastery of the MVVM Architecture Pattern
- How to create and interact with data models and APIs using SwiftUI
- How to engineer a back end from scratch with Cloud Firestore
- Fundamental programming and SwiftUI skills
Who Should Attend
- All levels of programmers looking to improve their skills and build an awesome application from scratch
Target Audiences
- All levels of programmers looking to improve their skills and build an awesome application from scratch
What are we building?
In this course, you will learn how to build an MVP version of Instagram with strictly Swift UI using the MVVM architecture. This is the only course on the market that builds a fully functioning app as complex as Instagram using nothing but SwiftUI. We will be building this completely from scratch, starting with the User Interface skeleton, and working our way up to integrating our API with Firestore and data models. This course WILL take your development skills to the next level, using the latest and greatest techniques in modern programming.
We will be building all the core components of a social network. This includes following users, uploading/liking posts, a notification system, creating a user profile, and registering users. Throughout the process, you will develop high level programming, app design and app development skills. We will be building this without the use of storyboards, fully programmatically.
Prior Experience?
Some programming and basic Xcode experience is preferred. The course will move a little fast if you’re a complete beginner, but you will pick things up along the way.
Why take this course?
Learning advanced development skills should be taught using real world examples. This course will teach you how to build a fully functional social network, from complete scratch. You will be learning advanced front and backend development skills, from a real life professional developer. You will learn how to code like a pro, and everything will be explained in detail along the way. This will teach you to build production ready applications, that are easily scalable and maintainable. This also makes for a great project to add to your portfolio, which you can use to show off to potential employers if you’re trying to become a pro.
What will you learn?
-
How to build a fully functioning social network (likes, follow, posts, comments & notifications) with SwiftUI
-
How to build a complex User Interface with strictly SwiftUI
-
How to integrate a backend with a complex SwiftUI application
-
How to implement Model View ViewModel (MVVM) architecture
-
How to engineer a backend server using Cloud Firestore
-
How to authenticate and register users with Firebase
-
How to communicate with a database (read/write)
-
How to monitor events in a database
-
How to upload images to Firebase Storage
-
How to structure data for optimum performance in Cloud Firestore
-
How to programmatically construct views and controllers
-
How to parse incoming JSON data from database
-
How to use Swift Package Manager (SPM) and custom third party APIs
-
How to work with Binding, Published and State variables
-
How to implement custom subclasses for clean and reusable code
-
How to create extensions and functions for clean and reusable code
-
Advanced level programming and app development skills
-
Advanced level User Interface Design
-
Advanced level back end engineering
What features are included?
-
Notifications
-
Create users
-
Create a user profile
-
Authenticate users with Firebase
-
Search for users
-
Upload tweets
-
Home feed with tweets
-
Like tweets
-
Follow/Unfollow users from profile
-
Logging in and logging out
Course Curriculum
Chapter 1: Project Setup & Getting Started With Main Interface
Lecture 1: Setup Project
Lecture 2: Building A Tabbed Interface
Lecture 3: Building The User Feed UI
Lecture 4: Finishing Up The User Feed
Lecture 5: Course Resources
Chapter 2: Building The Search Page
Lecture 1: Building A Search Bar
Lecture 2: Building The Post Grid View
Lecture 3: Building The User List View
Lecture 4: Toggling Between Post Grid & User List View
Lecture 5: Implementing Action Handlers With Navigation Links
Chapter 3: Building The Notifications Page
Lecture 1: Building The Notification UI
Chapter 4: Building The User Profile
Lecture 1: Building User Profile Header
Lecture 2: Finishing Up Profile UI
Chapter 5: Building Upload Post Page
Lecture 1: Building the User Interface
Lecture 2: Selecting An Image
Chapter 6: Building The User Authentication UI
Lecture 1: Getting Started with Login Page UI
Lecture 2: Finishing Up Login UI
Lecture 3: Building The Registration Page
Lecture 4: Selecting A Profile Image
Chapter 7: Firebase Setup & User Authentication
Lecture 1: Setup & Integrate Firebase
Lecture 2: Creating the Authentication View Model
Lecture 3: Setting Up The Root View
Lecture 4: Registering A Dummy User
Lecture 5: Logging A User Out
Lecture 6: Uploading Photo & Saving User Info In Database
Lecture 7: Logging A User In & Section Wrap Up
Chapter 8: Fetching Users From Database
Lecture 1: Fetching the Currently Logged In User
Lecture 2: User Data Model & Decodable Protocol
Lecture 3: Fetching All Users
Lecture 4: Populating User Cells With Users
Lecture 5: Filtering Users With Search Bar
Lecture 6: Go To User Profile On Tap
Lecture 7: Loading Current User In Profile
Chapter 9: Following & Unfollowing Users
Lecture 1: Profile View Model
Lecture 2: Following A User
Lecture 3: Update UI After Follow || MVVM Explanation
Lecture 4: Unfollowing & Checking To See If A User Is Followed
Chapter 10: Uploading Posts To Firestore
Lecture 1: Uploading Post
Lecture 2: Upload Bug Fixes
Lecture 3: Building A Custom Text Editor For Captions
Lecture 4: Adding A Cancel Button
Chapter 11: Fetching & Displaying Posts In Feed
Lecture 1: Post Data Model & Feed View Model
Lecture 2: Fetching Explore & User Profile Posts
Chapter 12: Liking Posts
Lecture 1: Feed Cell View Model
Lecture 2: Liking Post & Updating UI
Lecture 3: Unliking & Check Post For Like
Chapter 13: Commenting On Posts
Lecture 1: Comment Architecture & UI Setup
Lecture 2: Custom Comment Input View
Lecture 3: Uploading A Comment To Firestore
Lecture 4: Fetching & Displaying Comments
Chapter 14: Building A Notification System
Lecture 1: Notifications Overview & Data Model
Lecture 2: Uploading A Notification To Firestore
Lecture 3: Fetching & Displaying Notifications
Lecture 4: Notification Cell View Model
Lecture 5: Fetching Post For Notifications
Lecture 6: Go To User Profile From Notification
Lecture 7: Go To Post From Notification
Chapter 15: Bug Fixes & Course Wrap Up
Lecture 1: Configuring Timestamp Labels & Bug Fixes
Lecture 2: Sorting Posts To Show Most Recent
Lecture 3: User Stats (Posts, Followers, Following)
Lecture 4: Lazy Loading View
Lecture 5: Reset Password
Lecture 6: Edit Profile UI
Lecture 7: Edit Profile View Model
Lecture 8: Edit Profile Bug Fixes
Instructors
-
Stephan Dowless
Professional iOS Developer
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 2 votes
- 3 stars: 18 votes
- 4 stars: 90 votes
- 5 stars: 258 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024