Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 552 Bytes

InfiniteCats

This is a simple training app based on HTML, CSS and Javascript.

  • Fething the data in JSON format from the Unsplash Api.
  • Dynamically inserting the photos into the DOM on initial loading.
  • When the user scrolls close to the bottom of the page the app makes another GET request to the API and inserts photos into the DOM (lazy loading).
  • Responsive on large and small screens with the help of the CSS media queries.

Usage

Just browse to https://gabrielhangor.github.io/InfiniteCats