This is a Bike Rental iOS app developed in Swift 5.
XCode Version: 14.0 COCOAPODS: 1.11.3
The app displasys a list of bikes that are available for rent, with daily and weekly rates. The endpoint using to retrieve the list of bikes is: https://trio-bike-rent-api.herokuapp.com/api/bikes/
The app is built using MVVM architecture pattern. Once the app is launched the list of available bike will be shown in the home screen. Once we select a bike of our choice it will modally present the bik detail screen.