{"id":22192584,"url":"https://github.com/3sidedcube/3sc-javascript-task","last_synced_at":"2025-10-12T23:30:23.442Z","repository":{"id":79435964,"uuid":"58619059","full_name":"3sidedcube/3sc-javascript-task","owner":"3sidedcube","description":"3SC JavaScript Task","archived":false,"fork":false,"pushed_at":"2017-05-26T08:13:12.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-02T12:31:13.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3sidedcube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-12T07:36:55.000Z","updated_at":"2017-05-26T08:11:53.000Z","dependencies_parsed_at":"2023-03-12T08:10:25.390Z","dependency_job_id":null,"html_url":"https://github.com/3sidedcube/3sc-javascript-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2F3sc-javascript-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2F3sc-javascript-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2F3sc-javascript-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2F3sc-javascript-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3sidedcube","download_url":"https://codeload.github.com/3sidedcube/3sc-javascript-task/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236280929,"owners_count":19123650,"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","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-12-02T12:26:52.438Z","updated_at":"2025-10-12T23:30:18.127Z","avatar_url":"https://github.com/3sidedcube.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3SC JavaScript/Backbone Task\n\n### Getting Started\n - Fork this task repository\n - Clone your repository\n - Install node/npm\n - Run `npm install` from the project directory\n - Push your commits to the forked repository\n\n### Task\n\nYou will be building a simple playlist manager using the [Backbone MVC framework](http://backbonejs.org).\n\nA boilerplate project has already been created.\n\n- The application should provide a simple HTML interface displaying a table of playlists created by the user.\n- The user should be able to create new playlists.\n- The user may add and remove tracks from each playlist.\n\nEach playlist should store the following properties:\n\n - Name\n - Creation Date/Time\n - Genre\n - Tracks []\n\nEach track should store the following:\n - Artist\n - Title\n - Preview URL\n\nWhen populating a playlist, the application should allow the user to search track names using the [Spotify Web API](https://developer.spotify.com/web-api/). When selected, the track properties should be populated from the response data, before being saved to the playlist.\n\nExample search: https://api.spotify.com/v1/search?\u0026type=track\u0026q=never%20gonna%20give%20you%20up\n\nThe application should run in a web browser. Data persistence is optional (e.g. localStorage), however **a backend API is not required**.\n\n**NOTE:**\n - You may use any additional third-party JavaScript or CSS components or dependencies. \n - You may use any resources at your disposal for guidance, please add any URLs to the NOTES.md file.\n\n### Feedback\nIn the **NOTES.md** file, please provide feedback on your experience with the task. For example, any problems you encountered or solved. How might you refactor or extend your project to persist data to a backend API?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3sidedcube%2F3sc-javascript-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3sidedcube%2F3sc-javascript-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3sidedcube%2F3sc-javascript-task/lists"}