{"id":20757040,"url":"https://github.com/emrecancorapci/spotify-clone","last_synced_at":"2026-04-15T05:31:46.804Z","repository":{"id":205379232,"uuid":"713998041","full_name":"emrecancorapci/spotify-clone","owner":"emrecancorapci","description":"A Spotify clone app developed using Vite, React and TailwindCSS","archived":false,"fork":false,"pushed_at":"2024-04-30T22:43:20.000Z","size":1947,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T19:07:06.852Z","etag":null,"topics":["react","redux","redux-toolkit","spotify","spotify-clone","tailwindcss","tauri","typescript","vite"],"latest_commit_sha":null,"homepage":"https://tauri-spotify-clone.vercel.app","language":"TypeScript","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/emrecancorapci.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-03T17:28:30.000Z","updated_at":"2024-05-14T10:36:02.000Z","dependencies_parsed_at":"2023-11-20T19:41:36.818Z","dependency_job_id":"2607ef1c-e89d-40f4-99c3-9c50dbacd2ef","html_url":"https://github.com/emrecancorapci/spotify-clone","commit_stats":null,"previous_names":["emrecancorapci/tauri-spotify-clone","emrecancorapci/tauri_spotify-clone","emrecancorapci/spotify-clone"],"tags_count":0,"template":false,"template_full_name":"emrecancorapci/tauri-react-typescript-tailwind","purl":"pkg:github/emrecancorapci/spotify-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecancorapci%2Fspotify-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecancorapci%2Fspotify-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecancorapci%2Fspotify-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecancorapci%2Fspotify-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emrecancorapci","download_url":"https://codeload.github.com/emrecancorapci/spotify-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecancorapci%2Fspotify-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["react","redux","redux-toolkit","spotify","spotify-clone","tailwindcss","tauri","typescript","vite"],"created_at":"2024-11-17T09:39:27.323Z","updated_at":"2026-04-15T05:31:46.779Z","avatar_url":"https://github.com/emrecancorapci.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tauri/React Spotify Clone Application Project\n\n## Description\n\nThis is a Spotify clone application built with React. It aims to be a desktop application that allows users to search for songs, artists, and albums. Users will also be able to play songs, pause songs, and skip songs.\n\n## Getting Started\n\n### Prerequisites\n\nPrerequisities can be found in [here](docs/PREREQUISITES.md)\n\n### Installation\n\n1. Clone the repo to your local machine using a terminal\n\n   ```bash\n   git clone https://github.com/emrecancorapci/spotify-clone\n   ```\n\n2. Change directory\n\n   ```bash\n   cd spotify-clone\n   ```\n\n3. Install NPM packages\n\n   ```bash\n   pnpm install\n   ```\n\n4. Run the web application\n\n   ```bash\n   pnpm dev\n   ```\n\n## Roadmap\n\n### Basic Features\n\n- [x] Create main layout\n- [x] Audio player control components\n- [x] Sidebar basic layout\n- [x] Tooltip implementation\n- [x] Audio player logic with redux\n- [x] Resizable layout\n- [x] Basics for responsiveness\n- [ ] Expandable sidebar\n- [ ] Playlist page\n- [ ] MediaStream API implementation\n- [ ] Playable static playlist\n- [ ] Queue implementation\n- [ ] Basic user profile page\n- [ ] Basic artist page\n- [ ] Album page\n- [ ] Basic song page\n- [ ] Skeleton loading\n- [ ] Settings page\n- [ ] User authentication \u0026 authorization on web\n- [ ] Login page\n- [ ] Now playing module\n- [ ] Basic search functionality\n- [ ] Shareable links\n- [ ] Footer\n  \n### Advanced Features\n\n- [ ] Playlist customization\n- [ ] Web Audio API implementation\n- [ ] Drag and drop implementation\n- [ ] Context menu (share, add to playlist, etc.)\n- [ ] Library filtering \u0026 sorting\n- [ ] Library folders implementation\n- [ ] Artist page improvements (top tracks, related artists, etc.)\n- [ ] Search page improvements (search by artist, album, etc.)\n- [ ] User profile page improvements (recently played, top artists, top tracks, etc.)\n- [ ] Song page improvements (lyrics, etc.)\n- [ ] Queue improvements (reorder, remove, etc.)\n- [ ] Dynamic playlist background (color based on album art)\n- [ ] User authentication \u0026 authorization on desktop (needs to be written in Rust)\n- [ ] Mobile support\n\n### Extra Features\n\n- [ ] Audio visualizer (dynamic player background based on audio frequency)\n- [ ] Lyrics\n- [ ] Custom themes\n- [ ] Light mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrecancorapci%2Fspotify-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrecancorapci%2Fspotify-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrecancorapci%2Fspotify-clone/lists"}