Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 948 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 948 Bytes

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