No description
Find a file
2025-03-02 21:53:47 +00:00
.github/workflows Fix color handling in views and fix tests. Update CategoryModel with proper color system 2025-03-02 21:53:47 +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 Add README with build status badge 2025-03-02 21:08:34 +00:00

Coinly

Tests

Personal Finance Management App

Features

  • Transaction management
  • Multiple accounts support
  • Currency conversion
  • Category management
  • Financial analytics

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

Testing

The project includes:

  • Unit Tests
  • UI Tests
  • GitHub Actions CI/CD