Review your Day 4 project and verify everything works
Concept
Before adding new features, always review what you have — like a pre-flight inspection before departure. Open your maintenance.html project and test every feature: check that all 7 checkboxes work, the progress bar fills correctly, status messages change, the reset button works, and the page looks good on mobile. This baseline check ensures you start from a working state.
Apply
Open maintenance.html and systematically test every interactive feature.
Prompt
Expected Result
You should verify that all 7 checkboxes are clickable, the progress bar fills from gray to amber to blue to green as you check more items, status messages change at 0%, 50%, and 100%, the reset button clears everything with a confirmation, the safety notice and footer display correctly, and the layout adjusts on narrow screens.
Troubleshooting
- • If any feature does not work, go back to the Day 4 steps that created it and re-check the code. Common issues: missing IDs, typos in JavaScript variable names, CSS not saved.