Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/react-infinite-scroll-unsplash-gallery
A React app that displays an Unsplash gallery with infinite scrolling.
https://github.com/thinkswan/react-infinite-scroll-unsplash-gallery
express javascript react tutorial
Last synced: about 2 months ago
JSON representation
A React app that displays an Unsplash gallery with infinite scrolling.
- Host: GitHub
- URL: https://github.com/thinkswan/react-infinite-scroll-unsplash-gallery
- Owner: thinkswan
- Created: 2019-06-28T09:14:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:42.000Z (almost 4 years ago)
- Last Synced: 2024-05-27T12:15:20.742Z (7 months ago)
- Topics: express, javascript, react, tutorial
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-infinite-scroll-unsplash-gallery
A React app that displays an Unsplash gallery with infinite scrolling.
Based on the following tutorial: [Traversy Media: React Infinite Scroll Challenge | Scotch.io](https://www.youtube.com/watch?v=gk_6BKiy6X4)
## Get started
```
yarn
cd client/ && yarn && cd ../ # Run `yarn` in `client/` to install client dependencies
yarn dev
open http://localhost:3000/
```