- The task is to write an app that includes the following screens:
- Search form: A place where users can enter the amount and the maturity of the loan.
- Result/Listing screen: A screen where users can see the list of the loans generated for their request. Some of the offers are ads and not actual offers. You can ignore their cards.
- Detailed loan screen: This screen/popup should come up when the user taps on the offer. It should contain the bank name, annual expense rate, interest rate, amount, and maturity.
- Implement listing ad cards as well with their details.