Navsearch is a web application built with the React framework and unsplash API
A running demo of the app can be found here at - navsearch
-
Infinite Scrolling using DOM properties
-
Masonry grid using CSS only
-
Sticky nav for ease of search
-
Load check for images
-
Responsive and mobile-friendly
Want to run this locally? You will need an API Key from Unsplash
git clone https://github.com/nchulani2/navsearch
cd navsearch
npm install
npm start
open http://localhost:3000
- ISC