Skip to content

Commit

Permalink
WIP: creating page about my smaller projects
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmclean authored Apr 12, 2024
1 parent 2fb3014 commit a07821b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
15 changes: 14 additions & 1 deletion projects/tic_tac_go.md → projects/more.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion projects_homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a07821b

Please sign in to comment.