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 your complete application. Your files should:
- include an intro/orientation, GUI, and end state with any edits needed from assignment 4 evaluation
- demonstrate responsive design
- demonstrate cross-platform adaptability:
- detect these types of devices--phone, tablet, computer
- function on 2 of 3 of these types devices
- provide a message to the user if they are using a type of device that the program is not designed for
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 meet the evaluation criteria for assignment 6.4 and in addition
- demonstrate responsive graphic design
- demonstrate cross-platform design as indicated in the instructions above
- be free of coding errors