Milestone 3
Objective: Implement infinite scrolling to load more images upon clicking a button.
Requirements:
- Add a "More 🌉" button at the bottom of the page.
- Load the next set of 30 images from Unsplash when the button is clicked.
- Continue loading images until no more are available.
Technologies:
- HTML/CSS/JavaScript for button and scroll functionality.
- Unsplash API for fetching additional images.
Deliverables:
- Updated HTML, CSS, and JavaScript files.
- "More 🌉" button implemented.
- Infinite scrolling functionality to load more images.