Add README with build status badge
This commit is contained in:
parent
1867b9afac
commit
7900835b36
1 changed files with 31 additions and 0 deletions
31
README.md
31
README.md
|
|
@ -1,2 +1,33 @@
|
|||
# Coinly
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue