Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeeshan2k2/project-4---easybrowser
An app that consists of a tableview containing website names, you can open and navigate through site. It contains Forward and Back, Progress bar, and reload button.
https://github.com/zeeshan2k2/project-4---easybrowser
swift uikit webview wkwebview
Last synced: about 1 month ago
JSON representation
An app that consists of a tableview containing website names, you can open and navigate through site. It contains Forward and Back, Progress bar, and reload button.
- Host: GitHub
- URL: https://github.com/zeeshan2k2/project-4---easybrowser
- Owner: zeeshan2k2
- Created: 2024-02-01T00:21:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:31:35.000Z (5 months ago)
- Last Synced: 2024-12-16T05:46:38.491Z (about 2 months ago)
- Topics: swift, uikit, webview, wkwebview
- Language: Swift
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Easy Browser
This iOS application, developed using UIKit, features a simple web browser integrated with a table view containing a list of popular website names. Users can easily select a website from the list to open and navigate through. The app provides a smooth browsing experience with essential functionalities such as Forward and Back navigation, a Progress Bar to indicate loading status, and a Reload button for refreshing web pages. Additionally, it includes safety measures to prevent users from visiting unsafe websites.
Features
- Browse websites from a pre-defined list of website names.
- Navigate through websites using Forward and Back buttons.
- Progress Bar to indicate the loading status of web pages.
- Reload button to refresh the current webpage.
- Security feature to prevent access to unsafe websites.
Getting Started
To use this app, clone the repository and open the project in Xcode. Run the app on a simulator or a real device to start browsing safely through a curated list of websites. Make sure you have Xcode installed and are running macOS.
Technologies Used
- Swift
- UIKit
- WKWebView for web browsing
- TableView for displaying website names
Screenshots