An Unsplash.com collection and photo viewer built with React.
While I was learning React.js, I was looking for something to do to test my React knowledge. So I came up with the idea of making an online album kinda like Google Photo. You can browse through Unsplash’s photo collections and view hight quality photos in an easy-to-use slides UI.
This project uses Material Design as its design language. Supports RWD and IE 11.
The home screen Browsing Unsplash collections in album screen View high-quality photos in photo slides
- React
- React Toolbox
- Webpack
- Unsplash API
- Browse through Unsplash.com photo collections
- Share links of interesting albums and photos with one click
- View high quality photos in slides UI
- Support IE 11
-
Download the Zip file and extract to a folder.
-
Install all the dependency packages.
$ yarn
- Watch changes in
src
folder
$ yarn start
- Compile
bundle.min.js
file
$ yarn build -p
Akash Nimare’s article inspired me to write this README
This project is licensed under the MIT License