williesmithchen / infinite_scroll_react_unsplash

Image gallery using infinite scrolling in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React & Unsplash Infinite Scroll Challenge

Reaches out to the Unsplash API and fetches images continously with an infinite scroll feature.

Part of a challenge from https://scotch.io/bar-talk/code-challenge-16-infinite-scroll-unsplash-gallery

Quick Start

# Install Node dependencies
npm install
# Install React dependencies

# Go into config/server and add your own API keys for Unsplash

# Start client and server
npm run dev

# Build for production
npm run build

About

Image gallery using infinite scrolling in React


Languages

Language:JavaScript 73.0%Language:HTML 18.1%Language:CSS 8.9%