No description
Find a file
“SamoilenkoVadym” 94ca4853a2 v2: Update account management with improved design and currency handling
- Add new color theme system
- Fix currency selection for all account types
- Update account icons and colors
- Improve account form validation
- Add proper error handling
- Fix total balance display
2025-03-03 14:41:02 +00:00
Coinly v2: Update account management with improved design and currency handling 2025-03-03 14:41:02 +00:00
Coinly.xcodeproj Fix color handling in views and fix tests. Update CategoryModel with proper color system 2025-03-02 21:53:47 +00:00
CoinlyTests Update project: fix iOS 17 warnings and improve UI components 2025-03-03 01:22:28 +00:00
New Group/Coinly/Coinly.xcdatamodeld/Coinly.xcdatamodel Add basic app structure with Dashboard, Transactions and Profile views. Create TransactionModel and TransactionRowView 2025-03-02 18:34:46 +00:00
CoinlyTests.xctestplan Fix color handling in views and fix tests. Update CategoryModel with proper color system 2025-03-02 21:53:47 +00:00
README.md Fix account management, update UI components and fix navigation issues 2025-03-02 22:42:59 +00:00

Coinly

Personal Finance Management App built with SwiftUI

Development Status

Currently in active development with local testing.

Features

  • Transaction management with categories
  • Multiple account types support (wallet, bank account, credit card, deposit)
  • Multi-currency support with real-time exchange rates
  • Detailed financial analytics
  • Unit tests coverage

Requirements

  • iOS 15.0+
  • Xcode 14.0+
  • Swift 5.0+

Installation

  1. Clone the repository
  2. Open Coinly.xcodeproj in Xcode
  3. Build and run

Architecture

  • MVVM
  • SwiftUI
  • Core Data for persistence
  • Unit Tests

Testing

The project includes:

  • Unit Tests for models and business logic
  • GitHub Actions CI/CD pipeline
  • Automated testing on pull requests

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.