Skip to content

mschandra/TSB-SecuredNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSB iOS Coding Challenge

Table of Contents

  1. Introduction
  2. Requirements
  3. Installation
  4. What is covered

Introduction

Welcome to the iOS Coding Challenge! This project will cover the below requirements

  1. Implement biometric authentication (TouchID/FaceID) to secure access to the app.
  2. Create, read, update & delete (CRUD) notes. Each note contains a title and content.
  3. Use CoreData to persist notes locally.
  4. Utilize Combine for handling asynchronous events and data binding.
  5. Build the user interface using SwiftUI.
  6. Use MVVM-C (Model-View-ViewModel-Coordinator) architecture.
  7. Add unit test cases.

Requirements

  • Xcode 15.3 or later
  • iOS 17.4 or later
  • Swift 5.9 or later

Installation

  1. Clone the repository:
    git clone https://github.com/mschandra/TSB-SecuredNote.git
    

What is covered

  • UILayer: SwiftUI
  • Design Pattern : MVVM+C
  • Data persistance : Coredata
  • Dependency Injection : View+VM binding
  • Combine usage : in ViewModel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages