Skip to content

Srajan1122/Infinite-Image-Scroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the Project

image

This website shows image grid with infinite scroll. The images are loaded from the Unsplash Developer API

Project Link

Build With

Content

Tabs to view different collection of images from Unsplash API image

Infinite scrolling of images image

Gallery mode to view images individually image

Getting Started

Prerequisites

Make sure Node.js is installed on your system

Installation Setup

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.

Developer

Languages

  • JavaScript 58.6%
  • CSS 28.1%
  • HTML 13.3%