Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinsjsu committed Aug 16, 2023
1 parent d20a739 commit 553a18b
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# infinite-scroll
# Infinite Scroll

Having some fun with images displaying Vans shoes.

## Table of Contents

- [Infinite Scroll](#Infinite Scroll)
- [Table of Contents](#table-of-contents)
- [Project Description](#project-description)
- [Features](#features)
- [future features](#future-features)


## Project Description

This project was built with HTML, CSS, and plain JavaScript to manipulate
the DOM. It also uses the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and uses the scroll position relative to the page height to trigger image fetching. The images
come from [Unsplash API](https://unsplash.com/developers).

![Infinite Scroll screenshot](https://marvinsjsu.github.io/portfolio/assets/sneakers.png)

[Live Demo](https://marvinsjsu.github.io/infinite-scroll)

## Features

Currently supported features, include:

- fetching images of Vans shoes

### future features
- tiled display of images
- display shimmer for loading images
- add audio track and UI to toggle play

0 comments on commit 553a18b

Please sign in to comment.