Skip to content

mightyoakcoder/logMyStandup

Repository files navigation

Log My Standup

Log My Standup

A full-stack web application for logging daily standup activity — part of my personal portfolio of projects.

Log My Standup gives developers and teams a simple, focused place to record what they worked on yesterday, what they're planning today, and any blockers or notes standing in the way. No noise, no project management overhead — just a clean daily log.

Features

  • Daily standup entries — capture yesterday, today's plan, blockers, and special notes
  • Search & filter — quickly find entries by keyword or filter by blocker status
  • PDF export — export individual entries or your full log as a formatted PDF
  • Responsive design — works on desktop and mobile

Tech Stack

  • Frontend: React, jsPDF
  • Backend: Node.js, Hono, TypeScript
  • Database: PostgreSQL (Cloud SQL)
  • Infrastructure: Google Cloud Run, Secret Manager

Running Locally

npm install
npm run dev
open http://localhost:3000

Requires a .env file in the project root with GOOGLE_CLOUD_PROJECT set, or manual DB_* environment variables for a local PostgreSQL instance.

About

After tracking my daily standup updates for years in OneNote, I decided to build something better. A full-stack web app to log, search, and export standups — built with Node.js, Hono, TypeScript, PostgreSQL on Cloud SQL, and deployed to Cloud Run.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors