An open API service indexing awesome lists of open source software.

https://github.com/benidevo/benidevo.com

My portfolio website
https://github.com/benidevo/benidevo.com

alpinejs gin go htmx particlesjs tailwindcss

Last synced: about 1 year ago
JSON representation

My portfolio website

Awesome Lists containing this project

README

          

# Portfolio Website

My portfolio website built with Go, HTMX, and Tailwind CSS.

## Tech Stack

- **Backend**: Go 1.24.2 + Gin
- **Frontend**: HTMX + Alpine.js + Tailwind CSS
- **Data**: GitHub API integration

## Quick Start

```bash
# Clone and run with Docker
git clone https://github.com/benidevo/website.git
cd website
make up
```

Visit

## Development

```bash
make up # Start development server
make down # Stop server
make test # Run tests
make format # Format code
```

## License

MIT - see [LICENSE](LICENSE) file for details.