No description
Find a file
2025-03-02 21:55:58 +00:00
.github/workflows Fix tests and CI configuration. Update color system, add proper GitHub Actions workflow and update README 2025-03-02 21:55:58 +00:00
Coinly Fix color handling in views and fix tests. Update CategoryModel with proper color system 2025-03-02 21:53:47 +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 Fix color handling in views and fix tests. Update CategoryModel with proper color system 2025-03-02 21:53:47 +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 tests and CI configuration. Update color system, add proper GitHub Actions workflow and update README 2025-03-02 21:55:58 +00:00

Coinly

Tests

Personal Finance Management App built with SwiftUI

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.