A full-stack productivity app to track your Pomodoro sessions with Google login, heatmap visualization, and session history.
Live Demo: https://pomo-7c79.onrender.com
- Learning React/Next.js and building in public!
- Frontend: Next.js 15, React, TypeScript, Tailwind CSS
- Backend: FastAPI (Python)
- Database: PostgreSQL
- Deployment: Docker, Render
- Pomodoro timer (25-min work sessions)
- Google OAuth authentication
- Activity heatmap (GitHub-style)
- Session history and stats
- Fully containerized with Docker
# Clone the repo
git clone https://github.com/Kiizon/pomo.git
cd pomo
# Run with Docker
docker-compose up -d
# Open http://localhost:3000learning modern web development