Got the code? Welcome, builder!
You're heading into Invent the Future — instructors hand out the access code on day one.
You're heading into Invent the Future — instructors hand out the access code on day one.
A scope is a bounded list of what your project will do and, equally important, what it won't.
Your project is a static multi-page web app: multiple HTML pages, CSS, and JavaScript. No server, no database, no login system. That constraint keeps the scope honest.
Fill in these four sections:
index.html (headline + search bar), resources.html (full list), about.html (team + why you built this). Three pages is a solid scope for four days of building.The instinct right now is to list everything your project could do. Resist it. Every feature added after scoping is a trade-off against finishing the core thing. "Done and working" beats "ambitious and broken" every time.
When you're tempted to add a feature mid-sprint, check: is it on the must-have list? If not, it goes to nice-to-have.
Each team reads their core user action aloud. Post your scope worksheets on the wall — they stay up for the rest of the hackathon as a reference point.