Skip to content

devdilip/album-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Album Slider

npm install

To install all dependency.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

API Description

[
	{
		"userId": 1,
		"id": 1,
		"title": "quidem molestiae enim"
	}
]
[
	{
		"albumId": 1,
		"id": 1,
		"title": "accusamus beatae ad facilis cum similique qui sunt",
		"url": "https://via.placeholder.com/600/92c952",
		"thumbnailUrl": "https://via.placeholder.com/150/92c952"
	}
]

Output

Screen Image