CPNT 262 Assignment 2 - Dynamic Image Gallery

In this assignment you'll be refactoring your past 260 gallery assignment into a Javascript-driven gallery:

You may use the same images you used for CPNT 260 or you can choose different ones. All images must be openly licensed or your own works.

Criteria

This assignment will be marked out of 10 points according to the following requirements:

1. Image Array: 2 Points

2. Array Loop and Output: 4 Points

3. Setup and Deployment: 2 points

4. Documentation and Code Quality: 2 Points

  1. Include a README.md in your project that contains the following information:
    • Course title;
    • Author name;
    • Links to:
      • GH repo;
      • GH Pages site
    • Some context/hints on where to look for the requirements above.
    • Attributions for any code or assets that are not your own.
  2. Use best practices with file/directory names, commenting and indentation:
    • 2 spaces per indent.
    • CamelCase naming conventions followed.
    • Statements ended with semi-colons.
    • Code is well-commented.
    • See JavaScript Style Guide for full list.

Submission Requirements