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
Design a project that will demonstrate dynamically coding HTML and CSS using JavaScript and jQuery and...
- create your HTML interface
- create a CSS page and code any styles needed for the interface, and others if you know what you will need
- integrate any other resources you will be using
- create a JS page and code data structures and begin your algorithm design
- use commenting to explain the idea for your project
For this assignment...
- you may not use files created previously for another assignment
- you should not adapt code from a full program like your concept--e.g. if you're making a matching game, you shouldn't look at a completed matching game code: work out the logic yourself.
- your program concept can be a recognized type (e.g. matching game)
- you do not need to be very far along in your JS/jQuery coding, but be sure to provide explanatory notes about your project purpose and design
Evaluation Criteria
To successfully complete this assignment, your code must
- function properly with sound HTML, CSS, and JS/jQuery code
- demonstrate the HTML interface with CSS styling
- demonstrate an early phase of your coding
- be free of coding errors