{"id":22595078,"url":"https://github.com/dhunanyan/spotify-clone","last_synced_at":"2026-05-17T15:36:20.070Z","repository":{"id":259985349,"uuid":"862290283","full_name":"dhunanyan/spotify-clone","owner":"dhunanyan","description":"An impressive clone of the Spotify app, built with React Native and Expo Go. With a familiar interface and many core Spotify features, this app lets you explore, stream, and manage music seamlessly. Powered by the Spotify API.","archived":false,"fork":false,"pushed_at":"2024-11-12T15:08:02.000Z","size":83248,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T06:48:03.837Z","etag":null,"topics":["expo-go","react-native","spotify-api","typescript"],"latest_commit_sha":null,"homepage":"","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/dhunanyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-24T11:03:15.000Z","updated_at":"2025-07-04T03:24:37.000Z","dependencies_parsed_at":"2025-09-08T06:51:15.323Z","dependency_job_id":null,"html_url":"https://github.com/dhunanyan/spotify-clone","commit_stats":null,"previous_names":["dhunanyan/spotify-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhunanyan/spotify-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fspotify-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fspotify-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fspotify-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fspotify-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhunanyan","download_url":"https://codeload.github.com/dhunanyan/spotify-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fspotify-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003276,"owners_count":26083555,"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-10-10T02:00:06.843Z","response_time":62,"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":["expo-go","react-native","spotify-api","typescript"],"created_at":"2024-12-08T10:08:51.426Z","updated_at":"2025-10-10T08:38:39.493Z","avatar_url":"https://github.com/dhunanyan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎶 Spotify Clone React Native App\n\nWelcome to the **Spotify Clone React Native App**! This project is a feature-rich, cross-platform Spotify clone designed to provide an experience similar to the official Spotify app. With seamless navigation, music streaming, and user library management, the app offers music lovers a familiar and fully functional way to explore songs, artists, and playlists.\n\nhttps://github.com/user-attachments/assets/0a1f764f-d0ce-465b-973d-4e58f1cc02db\n\n## 📖 About\n\nThis clone is powered by React Native and Expo Go, leveraging the Spotify API to deliver real-time music data, playback features, and account-specific interactions. Whether browsing for new music, creating playlists, or diving into curated collections, this app mirrors Spotify's functionality in a mobile-friendly environment.\n\n![Logo](./docs/logo.png 'Logo')\n\n## ✨ Features\n\n- **Stream Music**: Access and stream music directly via Spotify API.\n- **Browse \u0026 Search**: Discover songs, albums, artists, and curated playlists with Spotify’s database.\n- **User Library Management**: Access and manage your liked songs, playlists, and library.\n- **Intuitive Spotify-Like UI**: Designed to replicate Spotify’s clean, modern user interface.\n- **Real-Time Sync with Spotify**: Connect with Spotify's API for up-to-date song data and user-specific information.\n- **Cross-platform Compatibility**: Works on both iOS and Android with Expo Go.\n\n# Cloning the project\n\nClone the project simply by running:\n\n```bash\ngit clone https://github.com/dhunanyan/spotify-clone.git\n```\n\nOR\n\n```bash\ngit clone git@github.com:dhunanyan/spotify-clone.git\n```\n\n# How to install project dependencies?\n\nGo to your terminal and run the following commands below in yhe root of your project:\n\n```bash\ncd ./spotify-clone\nnvm use\nyarn install\n```\n\n# How to run project?\n\nTo run project for IOS Device please run one of the following commands:\n\n```bash\n# if you have Apple Developer membership\nyarn dev:ios\n\n# if you DON'T have Apple Developer membership\nyarn dev\n```\n\nTo run project for Android Device please run the following command:\n\n```bash\nyarn dev:android\n```\n\n# How to open the app on real device\n\nIf you will be using a _real device_ in order to run the app, you should go to `App Store (IOS)` / `Google Play (Android)` and install `Expo Go` application.\n\nAfter installing the app you should open up the camera of your phone and scan the QR code which will be generated in the terminal after your finish the previous step\n\n# How to open the app on Native Simulator?\n\nif you will be using Native Simulator, please download you simulator, setup the device you will be using.\n\nLater on go to the terminal in which you run the app (the one with the QR code) and press:\n\n- `\"a\"` - for Android Simulator\n- `\"i\"` - for IOS Simulator\n- `\"w\"` - to open up project in Web Browser (However unfortunately, there is no support for Web Browser :disappointed:)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhunanyan%2Fspotify-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhunanyan%2Fspotify-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhunanyan%2Fspotify-clone/lists"}