Skip to content

doradocodes/medp-33100-week3-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEDP 33100 - Week 3 Homework

Javascript and DOM manipulation

Instructions

  1. Clone the repository (generated by Github Classroom, after you accept the assignment)
  2. Update the script.js file to finish building the page:
  • Use the photos array to add images to the #gallery container
  • Show only 6 photos at a time. When a user clicks the "Load more photos" button, show 6 more photos.
  • When a user clicks the "All" button, show all the photos
  • When a user clicks the "Nature" button, show only the photos related to nature
  • When a user clicks the "City" button, show only the photos related to cities
  • When a user clicks the "Animals" button, show only the photos related to animals.
  1. Push your changes to the main branch of your repository (this will automatically "submit" your assignment)
  2. Host your page using Github Pages

Example of the final result

See the gif below for an example of how the final result should work: medp33100_week3_photo_gallery_example.gifExample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published