boularbahsmail / go-htmx-linkstree

A basic web server application written in Go that serves a personal links tree website. The website displays user information, including an avatar, full name, bio, and a list of social links.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👽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/your-username/your-repo.git
  2. Navigate to the Project Directory:

    cd your-repo
  3. Run the Application:

    go run main.go

Author

About

A basic web server application written in Go that serves a personal links tree website. The website displays user information, including an avatar, full name, bio, and a list of social links.


Languages

Language:HTML 63.6%Language:Go 36.4%