Skip to content

lueurxax/CryptoSavingsTracker

Repository files navigation

CryptoSavingsTracker

CryptoSavingsTracker is a savings goal and asset tracking app.

The current public release scope is focused on the Apple app experience: create goals, add assets, record contributions, and review savings progress through dashboard and detail screens. The repository also contains Android work, internal review artifacts, and proposal documents that support ongoing product development.

Current Scope

  • Apple app: active App Store release track
  • Android app: repository work in progress, not the primary public release contract
  • Internal docs: architecture notes, proposals, audits, and release evidence

Internal Feature Boundaries

The Apple release build uses explicit runtime boundaries for trust-sensitive capabilities. Experimental sync surfaces remain limited to internal-debug mode until they pass the required release gates.

Repository Layout

.
├── ios/
│   ├── CryptoSavingsTracker/                # Apple app source (Swift / SwiftUI / SwiftData)
│   ├── CryptoSavingsTrackerTests/           # Unit and integration tests
│   ├── CryptoSavingsTrackerUITests/         # UI tests
│   └── CryptoSavingsTracker.xcodeproj/      # Xcode project
├── android/                                 # Android app work (Kotlin / Compose)
├── docs/                                    # Product, architecture, proposals, runbooks
├── artifacts/                               # Review evidence and generated screenshots
└── README.md

Apple App Highlights

  • Goal creation and editing
  • Asset tracking and allocation to goals
  • Manual contribution logging
  • Goal dashboard and progress review
  • Settings, support, and App Store release metadata

Development

Build

cd ios
xcodebuild -scheme CryptoSavingsTracker -configuration Debug build

Test

cd ios
xcodebuild -scheme CryptoSavingsTracker -destination 'platform=iOS Simulator,name=iPhone 16' test

Open in Xcode

cd ios
open CryptoSavingsTracker.xcodeproj

Documentation

Useful starting points:

Public Support

License

See LICENSE.

About

Cross-platform crypto savings tracker for goal planning, monthly budgeting, and portfolio contribution tracking across iOS, macOS, visionOS, and Android.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors