From 7900835b36e54e3590bb954374db9b895e0a3e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSamoilenkoVadym=E2=80=9D?= <“samoylenko.vadym@gmail.com”> Date: Sun, 2 Mar 2025 21:08:34 +0000 Subject: [PATCH] Add README with build status badge --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index af1de5f..130427a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # Coinly + +![Tests](https://github.com/SamoilenkoVadym/Coinly/workflows/iOS%20Tests/badge.svg) + 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