A simple SwiftUI app that converts user input into clickable web links and displays them in a dropdown list. The app also allows users to open the selected URL in a WebView.
- Convert any entered text to a clickable web link.
- Dropdown display of clickable links generated from user input.
- Open URLs in a WebView within the app.
- Loading indicator while the web page is loading.
- Enter any text (for example, "Google") into the input field.
- The app automatically appends "http://" to the entered text and displays it as a clickable link in a dropdown.
- Select a link from the dropdown to open it in the embedded WebView.
- A loading indicator is displayed while the web page loads.
- Xcode 14 or later.
- Swift 5.7+.
- iOS 17.0 or later.
- Clone the repository:
git clone https://github.com/your-username/text-to-web-converter.git