{"id":18550515,"url":"https://github.com/edtonatto/freecodecamp-javascript-musicplayer","last_synced_at":"2025-08-13T05:16:16.943Z","repository":{"id":213961173,"uuid":"735362065","full_name":"EdTonatto/FREECODECAMP-JavaScript-MusicPlayer","owner":"EdTonatto","description":"In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.","archived":false,"fork":false,"pushed_at":"2023-12-24T16:49:13.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T10:09:42.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-string-and-array-methods-by-building-a-music-player/step-1","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdTonatto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-24T16:28:51.000Z","updated_at":"2023-12-24T18:19:40.000Z","dependencies_parsed_at":"2023-12-24T19:25:46.597Z","dependency_job_id":null,"html_url":"https://github.com/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer","commit_stats":null,"previous_names":["edtonatto/freecodecamp-javascript-musicplayer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-MusicPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-MusicPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-MusicPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-MusicPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdTonatto","download_url":"https://codeload.github.com/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-MusicPlayer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:05:00.974Z","updated_at":"2025-08-13T05:16:16.903Z","avatar_url":"https://github.com/EdTonatto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://edtonatto.github.io/FREECODECAMP-JavaScript-MusicPlayer/\" target=\"_blank\"\u003e\u003cimg src=\"./img/music-player.png\" width=\"400px\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca\u003e\u003cimg src=\"https://img.shields.io/badge/version-1.0.0-blue\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer/actions/workflows/pages/pages-build-deployment\"\u003e\u003cimg src=\"https://github.com/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer/actions/workflows/pages/pages-build-deployment/badge.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/EdTonatto/FREECODECAMP-JavaScript-MusicPlayer.svg\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# FreeCodeCamp - Learn Basic String and Array Methods by Building a Music Player\nNow let's learn some essential string and array methods like the find(), forEach(), map(), and join(). These methods are crucial for developing dynamic web applications.\n\nIn this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities. You'll even learn how to dynamically update your user interface based on the current song.\n\n\u003cdiv id=\"images\" align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eMusic player\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/music-player.png\"/\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eEmpty playlist\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/music-player-empty.png\"/\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eMusic player and playlist\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/music-player-start.png\"/\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003ePlaying a song\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/music-player-playing.png\"/\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedtonatto%2Ffreecodecamp-javascript-musicplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedtonatto%2Ffreecodecamp-javascript-musicplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedtonatto%2Ffreecodecamp-javascript-musicplayer/lists"}