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.
- 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
- Frontend: React, jsPDF
- Backend: Node.js, Hono, TypeScript
- Database: PostgreSQL (Cloud SQL)
- Infrastructure: Google Cloud Run, Secret Manager
npm install
npm run devopen http://localhost:3000
Requires a
.envfile in the project root withGOOGLE_CLOUD_PROJECTset, or manualDB_*environment variables for a local PostgreSQL instance.
