• Post category:StudyBullet-8
  • Reading time:5 mins read


Build a TODO-List iOS App with SwiftUI, Firebase Firestore, Swift 5, Git & GitHub (Step up your career on iOS Dev)

What you will learn

Step up your career on iOS Development

Build a TODO-List App from scratch

Learn SwiftUI by building basic to advanced UI layouts

Implement Model-View-ViewModel (MVVM) architecture

Register and authenticate users using Firebase

Communicate with ‘Firebase Firestore’ Database (read/write)

Use Git & GitHub for version control

Create functions, enums, and extensions for clean and reusable code

Create custom views and modifiers for best practices

Advanced level programming and app development skills

Develop an app that works on Light/Dark mode

Description

What are we building?

In this course, you will learn how to build a complete TODO List App called ‘AllDone’ that is going to be ready to publish on the App Store. You will learn how to build user interfaces using SwiftUI and advanced programming topics such as registering users to Firebase, reading/writing data to our database, etc. We’re also going to create at own repository on GitHub and make our commits through the terminal. This process will make you step up your career in iOS Development by helping you master high-level programming skills.

Prior Experience?

No prior experience is required; however, it is helpful if you know some basic programming concepts and are familiar with iOS development in general.


Get Instant Notification of New Courses on our Telegram channel.


Why take this course?

This course teaches you many advanced programming topics through real-world examples. It is not just teaching you a certain topic, but it’s applying it in a real application that you can even add your portfolio once you complete the course.

What will you learn?

  • Build a TODO-List App from scratch
  • Learn SwiftUI by building basic to advanced UI layouts
  • Implement Model-View-ViewModel (MVVM) architecture
  • Register and authenticate users using Firebase
  • Communicate with ‘Firebase Firestore’ Database (read/write)
  • Use Git & GitHub for version control
  • Create functions, enums, and extensions for clean and reusable code
  • Create custom views and modifiers for best practices
  • Advanced level programming and app development skills
  • Develop an app that works on Light/Dark mode
English
language

Content

Introduction

Introduction
Setup Project (Xcode & GitHub)
Add an App Icon

Authentication Views (Login and Signup)

Creating a reusable background
Building our Logo
Custom Email TextField
Custom Password SecureField
Forgot Password and Authenticate Buttons
Navigating to the Signup View
Building our Signup View

Models, Firebase, and Authentication

Setting up Firebase
Creating our Models
AuthViewModel – Develop Authentication Functionalities

TODOs and Dashboard

TODOViewModel – Develop TODO functionalities (read/write on Firebase Firebase)
Starting the Dashboard – Creating our Custom SearchBar
Developing TODO categories in a Buttons Stack
TODO View and CreateTODOView
Finishing up the Dashboard – ScrollView with TODOs and Plus Button

Polishing Touches and Overview

Fixing some small bugs
Final Overview