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.
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.
- main.go: Contains the primary Go code for the web application.
- index.html: HTML template for rendering the user's linkstree page.
- User-Centric Display: Showcase user information with a visually appealing layout.
- Interactive Social Links: Engage visitors with clickable social links adorned with icons.
- Ensure that Go is installed on your machine.
-
Clone the Repository:
git clone https://github.com/boularbahsmail/go-htmx-linkstree
-
Navigate to the Project Directory:
cd go-htmx-linkstree
-
Run the Application:
go run main.go
- © 2024 - Boularbah Ismail