diff --git a/_sidebar.md b/_sidebar.md index 3582abf..d982477 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -12,4 +12,4 @@ * [`babyapi`](projects/babyapi.md) * [`automated-garden`](projects/automated_garden.md) * [`article-sync`](projects/article_sync.md) - * [`tic-tac-go`](projects/tic_tac_go.md) + * [and more...](projects/more.md) diff --git a/projects/tic_tac_go.md b/projects/more.md similarity index 53% rename from projects/tic_tac_go.md rename to projects/more.md index e4643d5..6793760 100644 --- a/projects/tic_tac_go.md +++ b/projects/more.md @@ -1,5 +1,18 @@ -# Tic Tac Go +# Additional Projects +These are some other projects that I have built. I'm still very proud of these projects, but want to point more attention to the other ones with dedicated pages. + +## Event RSVP +This is a web-app implemented using `babyapi` + +## Survey + +## Tic Tac Go [![tic-tac-go](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/tic-tac-go) Tic Tac Go is a tic tac toe game implemented using Go and HTMX. It uses server-sent events to enable multiplayer without websockets. Simply share the link with a friend to have them join your game. + + +## Homebridge Kettle + +## Gnotes diff --git a/projects_homepage.md b/projects_homepage.md index 8340a8b..c210177 100644 --- a/projects_homepage.md +++ b/projects_homepage.md @@ -7,4 +7,4 @@ These are some of my side projects that I am particularly proud of. Check out [m * [`babyapi`: Simple HTTP API framework in Go](projects/babyapi.md) * [`automated-garden`: Weather-aware open irrigation controller](projects/automated_garden.md) * [`article-sync`: CLI and GitHub Action to sync articles from this repostory to Dev.to](projects/article_sync.md) -* [`tic-tac-go`: web-based tic tac toe game with Go and HTMX](projects/tic_tac_go.md) +* [And more...](projects/more.md)