Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 977 Bytes

MusicApp

A Music Player developed using JavaScript, CSS, and HTML. Users can click the Forward play, Backward play, Playlist loop and Shuffle music buttons to change the songs.

Live Demo

Live Demo Link 👈

Landing Page: Landing Page

Music List: Music List

Mobile View:


Embed MusicApp

Embed this music player to any website:

<iframe src="https://samirpaulb.github.io/music/embed"
	title="Embed MusicApp"
	frameborder="0"
	loading="lazy"
	marginheight="0"
	marginwidth="0"
	width="100%"
	height="223"
	scrolling="no">
</iframe>