Frontend Checklist
For CSE 340, we will use this checklist for each view you develop, as it reinforces "Best Practice" and is also part of the grading of each view (web page).
The Checklist
- ☐ The view is fully operational. All content renders in the browser without broken links, images, or other content abnormalities.
- ☐ The view uses valid HTML and valid CSS (HTML version 5 and CSS version 3 are the default expectations).
- ☐ The view is responsive and renders correctly on all device screens, without zooming or horizontal scrolling to read the content.
- ☐ The view passes WAVE validation with no errors or contrast errors.
Video Demonstration
This video demonstrates how the check the view for compliance to the standards in this checklist.