Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.22 KB

👽Go HTMX LinksTree

A sophisticated web application written in Go that serves a personal linkstree website. The application elegantly presents user information, including an avatar, full name, bio, and a curated list of social links.

Getting Started

To get started with the project, follow the steps outlined in the 'Usage' section above. Customize the provided HTML template and add your personal details to create a unique linkstree page.

Project Structure

  • main.go: Contains the primary Go code for the web application.
  • index.html: HTML template for rendering the user's linkstree page.

Features

  • User-Centric Display: Showcase user information with a visually appealing layout.
  • Interactive Social Links: Engage visitors with clickable social links adorned with icons.

Prerequisites

  • Ensure that Go is installed on your machine.

Usage

  1. Clone the Repository:

    git clone https://github.com/boularbahsmail/go-htmx-linkstree
  2. Navigate to the Project Directory:

    cd go-htmx-linkstree
  3. Run the Application:

    go run main.go

Author