Projects
Here are some of the projects I've been working on:
Half Birthday Calculator
A simple web application to calculate your half birthday. It helps you find that special day exactly six months from your birthday.
- Live Site: seancrosby.github.io/half-birthday
- GitHub Repositories:
- npm Package: @seancrosby/half-birthday-calc
Gemini CLI
My homegrown command-line wrapper for Google's Gemini. This allowed me to use AI in the terminal. I switched to the official Gemini CLI after it came out.
- GitHub Repository: gemini-cli
Blog Website
A custom-built static blog website that transforms Markdown content into a modern, clean interface. It's built using React and features Ollama-based scripts for automated spell checking, grammar review, and intelligent post summarization.
- GitHub Repository: blog
QR Code Generator
A fast and easy-to-use QR code generator. Input any URL or text and instantly create a QR code that you can download or share.
- Live Site: seancrosby.github.io/qr-code
- GitHub Repository: qr-code