ahmed-abdelmoula / spotify-clone-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Spotify Clone App

This project is an iOS app developed as a Spotify clone following the iOS Academy tutorial series.

Description

This app replicates some of the functionalities of the Spotify music streaming service. It allows users to...

Installation

To run this app on your iOS device or simulator:

  1. Open Terminal on your Mac.

  2. Clone the repository using the following command: git clone https://github.com/ahmed-abdelmoula/spotifyclone-ios.git

  3. Navigate into the cloned directory: cd spotify-clone-ios

  4. Install CocoaPods dependencies: pod install

If you don't have CocoaPods installed, you can install it with the following command: sudo gem install cocoapods

  1. Open spotify-clone.xcworkspace in Xcode:

Double-click on spotify-clone.xcworkspace to open it in Xcode.

  1. Build and run the app on your iOS device or simulator:

Select your device or simulator from the Xcode toolbar. Click the "Run" button (▶️).

Features

  • User authentication with email and password
  • Music browsing and playback
  • Playlist management (create, edit, delete)
  • Search for songs and artists
  • Responsive UI optimized for various screen sizes

Technologies Used

  • Swift
  • UIKit
  • CocoaPods
  • Firebase Authentication
  • Firebase Realtime Database

Resources

License

This project is licensed under the MIT License. See the LICENSE file for details.

About


Languages

Language:Swift 99.6%Language:Ruby 0.4%