A simple Flutter mobile application that calculates the interest and total value of a fixed deposit based on the deposit amount, annual interest rate, and investment period in months. It provides a clean and user-friendly interface with real-time result display using Google Fonts and Material Design.
- Input fields for deposit amount, interest rate, and duration
- Calculates interest and total amount
- Instant result display on tap
- Minimal and responsive UI design
- Flutter
- Dart
- Google Fonts package
- Material Design components
Add screenshots here if needed
- Clone the repository
- Run
flutter pub get - Launch using
flutter run