General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Create an HTML, CSS, and JS file that work together to demonstrate a final project draft that includes an introduction and end state. Your files should:
- include an introduction for the user that provides adequate context and information about how to use the GUI
- include an end state triggered by the GUI at an appropriate point
- include an end state that provides feedback to the user
- demonstrate aesthetic consistency among all of the constituent parts of the program (intro, GUI, end state)
For this assignment...
- you may not copy code, but you may adapt snippets
- you may include other libraries besides those covered in the tutorials to add functionality to your project
Evaluation Criteria
To successfully complete this assignment, your project must
- demonstrate audience awareness in the design of the intro and user orientation
- provide sufficient context to make the purpose of the application clear
- provide sufficient instructions to make the functionality of the application clear
- code an end state that is triggered at an appropriate point by the GUI
- provide an end state that includes feedback for the user
- be free of coding errors