This project implements infinite scrolling using the Unsplash API to fetch images dynamically as the user scrolls. It incorporates DOM manipulation, SVG images, and FontAwesome icons.
-
Unsplash API:
- Used to fetch images dynamically as you scroll.
- API usage is limited (as per Unsplash's free tier limits).
-
DOM Manipulation:
- Dynamic content rendering on the page using JavaScript.
-
Functions:
- Modular JavaScript functions to handle API requests and UI updates.
-
Image SVGs:
- Scalable Vector Graphics used for image display.
-
FontAwesome Icons:
- Integrated FontAwesome CDN for icons.
- HTML, CSS, JavaScript
- Unsplash API
- FontAwesome CDN
- Clone the repository:
git clone <repository-url>
Open the index.html file in your web browser. Usage Scroll down the page to load more images from Unsplash. API request limits may affect the number of images loaded. License This project is licensed under the MIT License. See the LICENSE file for details.
- Replace
<repository-url>
with your actual GitHub repository URL. - Modify the feature descriptions if needed based on your specific implementation.
This README is short and crisp, covering all key aspects of your project!