CrediCalc is a simple and beautiful loan calculation application created using SwiftUI. The project has grown from an MVP into a full-fledged application with publication in the App Store.
CrediCalc allows you to quickly calculate loan payments, including the amount, interest rate and loan term. The application is created with an emphasis on performance, low power consumption and modern design using neomorphic elements.
- ๐ฐ Enter loan amount, interest rate, and loan term
- ๐ง Instant calculations:
- Monthly payment
- Overpayment
- Total repayment
- ๐จ Sleek user interface with smooth animations and shadows
- ๐ Light and dark mode support
- ๐ Localization support:
- English ๐บ๐ธ
- Russian ๐ท๐บ
- German ๐ฉ๐ช
- French ๐ซ๐ท
- Spanish ๐ช๐ธ
- Portuguese (Brazil) ๐ง๐ท
- Swift
- SwiftUI
- Combine
- swift-format for code styling
- Custom UI components with reuse support
- Energy-efficient design
@StateObject
for reliable state management- Built-in keyboard handling (dismissal and offset)
- Modular architecture: logic and UI separated cleanly