Go Repos, a simple web app that showcases random GitHub repositories written in Go.
I wanted to explore Go projects and improve my Go coding skills.
Using GitHub Search felt slow and clunky, so I built my own UI.
The data is aggregated via the GitHub API and displayed using net/http
and html/template
.
Warning
This project is still under heavy development, and the codebase has not been cleaned up yet.
Got suggestions, feature requests, or found a bug? Feel free to open an issue on GitHub! Your feedback is greatly appreciated and helps improve the project.
👉 Submit Feedback or Report an Issue
Install Go Dependencies
go mod tidy
Install tailwindcss/cli
npm install
Run main and css watcher
make api
# in a different terminal
make css-watch