illSurf

Simple web browser.

MIT License

Stars
0
Committers
1

illSurf

illSurf is a simple Qt-based browser project. It is designed to provide basic web browsing functionality using Qt's widgets and network capabilities.

Features

  • Basic Web Browsing: Navigate web pages using a simple interface.

Getting Started

Prerequisites

  • Qt Framework: This project requires the Qt Framework (version 6 or later).
  • CMake: Build system for configuring the project.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/illSurf.git
    cd illSurf
    
  2. Install dependencies: Ensure you have the Qt framework installed

    brew install qt
    
  3. Configure and build the project:

    Run the following commands to configure and build the project using CMake:

    mkdir build
    cd build
    cmake ..
    make
    
    
  4. Run the application:

    ./illSurf
    

Usage

  • Enter a URL or search term into the search bar and press Enter to load the page.

Contributing

If you'd like to contribute to illSurf, feel free to submit a pull request. Please ensure your code follows the Qt best practices and includes documentation where necessary.

License

This project is licensed under the MIT License - see the LICENSE file for details.