sameersyd / Expenso Ios
Licence: apache-2.0
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture.
Stars: โญ 191
Programming Languages
swift
15916 projects
Projects that are alternatives of or similar to Expenso Ios
BoxFeed
News App ๐ฑ built to demonstrate the use of SwiftUI 3 features, Async/Await, CoreData and MVVM architecture pattern.
Stars: โญ 112 (-41.36%)
Mutual labels: ui-design, coredata, mvvm-architecture
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: โญ 2,925 (+1431.41%)
Mutual labels: coredata, mvvm, mvvm-architecture
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: โญ 174 (-8.9%)
Mutual labels: ui-design, ios-app, mvvm-architecture
Popularmovies
๐ฅ Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
Stars: โญ 142 (-25.65%)
Mutual labels: mvvm, mvvm-architecture, material-design
Mvvm C Templates
Templates for MVVM-C architecture
Stars: โญ 27 (-85.86%)
Mutual labels: xcode, mvvm, mvvm-architecture
Upcomingmovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Stars: โญ 160 (-16.23%)
Mutual labels: ios-app, coredata, mvvm
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: โญ 272 (+42.41%)
Mutual labels: mvvm, mvvm-architecture, material-design
NYTimes-iOS
๐ฝ NY Times is an Minimal News ๐ iOS app ๐ฑ built to describe the use of SwiftSoup and CoreData with SwiftUI๐ฅ
Stars: โญ 152 (-20.42%)
Mutual labels: coredata, ios-app, mvvm-architecture
Marvelheroes
โค๏ธ A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture.
Stars: โญ 826 (+332.46%)
Mutual labels: mvvm, mvvm-architecture, material-design
Ios Clean Architecture Mvvm
Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
Stars: โญ 753 (+294.24%)
Mutual labels: xcode, mvvm, mvvm-architecture
Themovies
๐ฌ A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
Stars: โญ 374 (+95.81%)
Mutual labels: mvvm, mvvm-architecture, material-design
Moviefinderusingmvvm Android
๐ฅ MVVM + Clean Architecture + Best Practices | ๐ฟMovie Finder is a sample Android application ๐ฑto search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) ๐๐๐
Stars: โญ 66 (-65.45%)
Mutual labels: mvvm, mvvm-architecture, material-design
Papr
๐ An Unsplash app for iOS
Stars: โญ 1,025 (+436.65%)
Mutual labels: ios-app, mvvm, mvvm-architecture
Bark
Bark is an iOS App which allows you to push customed notifications to your iPhone
Stars: โญ 2,371 (+1141.36%)
Mutual labels: ios-app, mvvm, mvvm-architecture
Swiftui Tutorials
A code example and translation project of SwiftUI. / ไธไธช SwiftUI ็็คบไพใ็ฟป่ฏ็ๆ็จ้กน็ฎใ
Stars: โญ 1,992 (+942.93%)
Mutual labels: ios-app, xcode
Android Vmlib
VMLib is an Android framework based on Android Jetpack, easy to use, desinged for fast development. Embrace the new way devloping Android :)
Stars: โญ 146 (-23.56%)
Mutual labels: mvvm, mvvm-architecture
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: โญ 159 (-16.75%)
Mutual labels: material-design, charts
Android Mvvm Architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: โญ 2,720 (+1324.08%)
Mutual labels: mvvm, mvvm-architecture
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: โญ 138 (-27.75%)
Mutual labels: mvvm, mvvm-architecture
Expenso
A Simple Expense Tracker App ๐ฑ built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture ๐. Made with love โค๏ธ by Sameer Nawaz
UI Design ๐จ
The UI/UX for this Expenso App was designed by @Spikeysanju
Click to View Expenso app Design from below ๐
Light Mode ๐
Dashboard | Face & Touch ID | All Income | All Expense | Add Transaction |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Dark Mode ๐
Dashboard | Face & Touch ID | All Income | All Expense | Add Transaction |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Built With ๐
- SwiftUI - SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift.
- CoreData - Framework used to manage the model layer objects in the application.
- Figma - Figma is a vector graphics editor and prototyping tool which is primarily web-based.
Project Structure
Expenso # Target
|
โโโ CoreData # CoreData ManagedObject
|
โโโ view
โ โโโ main # Main root folder
| โ โโโ view # SwiftUI MainView
| โ โโโ viewmodel # ViewModel for MainView
โ โโโ Expense # Expense root folder
| | |__ ExpenseView # ExpenseView (Dashboard)
โ โโโ AddExpense # Add Expense root folder
| | |__ AddExpense # Add Expense
โ โโโ ExpenseDetailed # Expense Details root folder
| | |__ ExpenseDetailed # Expense Details
โ โโโ ExpenseFilter # Expense Filter root folder
| | |__ ExpenseFilter # Expense Filter
โ โโโ ExpenseSettings # Expense Settings root folder
| | |__ ExpenseSettings # Expense Settings
โ โโโ About # About root folder
| | |__ about # About
โโโ Helpers # All extension functions
Ohh You want Android App Too? ๐ฑ
Well, we've Android version here, Checkout the Android version of this app Expenso
Contribute
If you want to contribute to this app, you're always welcome! See Contributing Guidelines.
Donation
If this project helped you reduce time to develop, you can buy me a cup of coffee :)
License
Apache 2.0 License
Copyright 2021 Sameer Nawaz
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].