-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d20a739
commit 553a18b
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |