Project Complete: Retrospective & Lessons Learned
Table of Contents
Project Complete: My First Full Project Retrospective
Part 6 (Finale) of my “First Complete Project” series. ← Part 5: Content Implementation
Live site: dholzer.it
Source code: github.com/DaniHolzer/personal-profilepage
From empty Jira board to deployed portfolio — mission accomplished. Here’s what I learned from my first end-to-end project.
What Went Right
- Jira structure — Solo scrum kept me organized
- Netlify automation — Git push = instant deploy
- Penpot → Tailwind — CSS layout translation was seamless
- Bright color debugging — Made component boundaries obvious
- Layout-first approach — Shared header/footer across all pages
What I’d Improve Next Time
- Testing — Unit tests for reusable components
- Performance — Lighthouse score optimization
- Mobile testing — More device testing beyond Chrome DevTools
Tech Stack That Delivered
Frontend: React + TypeScript + Tailwind CSS + Vite Design: Penpot (CSS Grid/Flexbox native) Hosting: Netlify (free, automatic) VCS: GitHub (develop → main workflow) Planning: Jira (solo scrum)
Biggest Personal Wins
- Planning discipline — First time not jumping straight to code
- Reusable components — Built a mini design system
- End-to-end ownership — Every decision was mine
Cost Breakdown
| Product | cost |
|---|---|
| Domain (Dynadot) | €6.99 first year |
| Hosting (Netlify) | €0 |
| Total | €6.99 |
What’s Next For Me
Phase 2 Goals:
- Add unit tests (Vitest + React Testing Library)
- Implement proper SEO
- Learn advanced Tailwind (variants, plugins)
- Build second project (blog integration?)
Final Thoughts
This wasn’t just a portfolio — it was proof I can deliver. From Jira epic
to Netlify deploy in 25 hours using professional tools and workflows.
Most valuable lesson: Planning + structure > coding speed. The upfront
investment in Jira, Penpot, and environment setup made implementation smooth.
Thanks for following my journey! Check the live site and GitHub repo.
End of “First Complete Project” series. What’s your first project story?