YogeshPateliOS / ToDoAppRealmSwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a To Do List App from scratch with Realm and Singleton Design Pattern in SWiftUI 5 Hindi.

πŸ—’ Create a to-do app from scratch with SWiftUI and Realm

In this tutorial, we'll build a to-do application from scratch, all in SWiftUI. We'll learn how to implement CRUD (Create, Read, Update and Delete) actions and persist data in our app with the MongoDB Realm package.

πŸ”— Links mentioned in the video:

πŸ“ Access the documentation links of REALM:

πŸ‘©πŸ»β€πŸ’» πŸ”΄ If you want to join online swift training or classes πŸ”΄

πŸ‘‹πŸ» Let's connect!

πŸ“§ Business Email:

Installation

CocoaPods

First Download this project and install Cocoapods:

If you have Intel Processor then:

pod install

If you have M1 Chip then first do pod install if it not work then:

arch -x86_64 pod install

That's it!! now it will completely working fine open .xcworkspace now!

YOUTUBE:

If you enjoyed this project and found it useful, please share and recommend it so others can find it πŸ’šπŸ’šπŸ’šπŸ’šπŸ’šπŸ’š !!!! https://youtube.com/yogeshpatelios - Please Like, Subscribe and share if it found useful for you 🀟

Enjoy!!! πŸ˜€

About


Languages

Language:Swift 96.1%Language:Ruby 3.9%