Skip to content

Expenses tracker app using SwiftUI and SwiftData

Notifications You must be signed in to change notification settings

oliveram21/Expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expenses

“Expenses” is an application that helps users to track theirs expenses: invoices and receipts. Users are able to take photos of the expenses and add some info about them. Application works only with local data and maintains its state after closing.

Technologies used: SwiftUI and SwiftData Tools: Xcode 15.4

Code is structured in two layers: Data and Views.

Data layer handles creation, update and deletion using SwiftData concurrency model (@ModelActor) in thread safe manner. It complies with Swift’s strict concurrency standards. Data operations are unit tested.

ExpensesStore acts as a view model. Data is loaded incrementally, using a custom FetchDescriptor.

drawing drawing drawing

About

Expenses tracker app using SwiftUI and SwiftData

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages