This website shows image grid with infinite scroll. The images are loaded from the Unsplash Developer API
Tabs to view different collection of images from Unsplash API
Gallery mode to view images individually
Make sure Node.js is installed on your system
Clone the repository using following commnad:
git clone "https://github.com/Srajan1122/full-stack-assignment.git"
In the project directory run:
npm install
This will install all the dependencies
Then run:
npm start
or yarn start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Srajan Shetty