Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted
Building Expense Tracker iOS App with Core Data & SwiftUI Completed Project
https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted
Last synced: 2 months ago
JSON representation
Building Expense Tracker iOS App with Core Data & SwiftUI Completed Project
- Host: GitHub
- URL: https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted
- Owner: alfianlosari
- License: mit
- Created: 2020-04-22T00:10:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T02:31:49.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:19:42.838Z (6 months ago)
- Language: Swift
- Size: 448 KB
- Stars: 326
- Watchers: 6
- Forks: 63
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Expense Tracker
README
# Completed Project for Building Expense Tracker iOS App with Core Data & SwiftUI
![Alt text](./promo.png?raw=true "Building Expense Tracker iOS App with Core Data & SwiftUI")
Follow the tutorial at [alfianlosari.com](https://alfianlosari.com "Xcoding with Alfian Blog")## Features
* Create, edit, and delete expense logs.
* Display list of expenses.
* Filter expenses by categories and search query.
* Sort expenses by date or amount in the order of descending or ascending.
* Display dashboard of total expense sum for all and each categories as well as displaying distribution of each categories using a pie chart.## Requirements
- Xcode 11.4## Getting Started
- Clone or download
- Build and Run