Coding Bootcamp Graduate (Portfolio Project Deployed)
16 weeks · 3 milestones
Go from zero to job-ready developer through an intensive program.
Milestone map
Milestone map
3 milestones
The first section of any coding bootcamp covers the foundational layer of your chosen stack — HTML/CSS/JavaScript for web, Python for data science, or equivalent. The goal of this milestone is your first deployed project that a stranger can visit and use. Complete the bootcamp's introductory modules, then build the first assigned project without copying the provided solution. Push every commit to a public GitHub repository with meaningful commit messages — the commit history should show a learning arc, not a finished file dropped in.
Proof required
Submit a live URL of your first bootcamp project (hosted on GitHub Pages, Vercel, Netlify, or equivalent free host) alongside a link to its public GitHub repository. The repository must show at least 5 commits with descriptive messages and a README that explains what the project does and how to run it.
What gets checked
- Project runs without errors when the live URL is visited — no broken layouts, console errors that block functionality, or missing assets
- GitHub repository shows a genuine learning commit history: at least 5 commits, varied messages (not 'initial commit' with all files), with evidence of iteration
- README explains the project's purpose and tech stack in plain language — a stranger who visits the repository can understand what they're looking at