Assignment 4
Welcome to your fourth assignment!
Deploy a site via Netlify that is built with a modern build tool (e.g. Vite).
This site should be comprised of 4 pages.
- A landing page, from which all other pages are linked.
- Three other pages. (May I suggest the page names "quality assurance", "security", and "bad example".)
Description | Points possible |
---|---|
Site created with a modern build tool (e.g. Vite). | 3 |
Site version controlled in Github. | 1 |
Site built/deployed via Netlify. | 1 |
Site features a homepage that links to all other pages. | 1 |
Assets are cache-busted. | 1 |
JavaScript ES6 modules are bundled. | 1 |
Sass is compiled. | 1 |
Assets are minified. | 1 |
Deliverables for this assignment
In blackboard, submit...
- the live URL of the site you made, along with
- the link to your github repo.