Skip to content

Commit

Permalink
Improve additonal projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmclean committed Apr 14, 2024
1 parent a07821b commit 8dd5572
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion projects/more.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

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`
[![event-rsvp](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/babyapi/tree/main/examples/event-rsvp)

This is a web-app implemented using `babyapi` and is included in the repository as an example.

The application allows for simple management of event invites and RSVPs using links and an admin dashboard. An Event is created with a password so only the owner can modify it. Then, an Invite includes a unique identifier to identify the RSVPer and grant them read-only access to the Event.


## Survey
[![survey](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/survey)

I created this project when learning [Gleam](https://gleam.run), a fun and friendly functional programming language. This library allows users to easily create rich and interactive prompts in the terminal.


## 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)
Expand All @@ -14,5 +24,12 @@ Tic Tac Go is a tic tac toe game implemented using Go and HTMX. It uses server-s


## Homebridge Kettle
[![homebridge-kettle](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/homebridge-kettle)

This is a homebridge integration + python API for interacting with the older Fellow Stagg EKG+ smart kettle using bluetooth. It allows controlling the kettle as a thermostat and I use it automatically start heating up water for my morning coffee.


## Gnotes
[![gnotes](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/gnotes)

Gnotes is a simple program to create weekly notes in a structured format. I use this to keep myself organize and have a note-taking system with low overhead so I can focus on getting things done.

0 comments on commit 8dd5572

Please sign in to comment.