DeezerApp is a mobile application developed using Swift and UIKit. The app is designed following MVVM architectural pattern to provide users with the ability to browse music categories and artists and access detailed information about them. The app uses a RESTful API to retrieve data about categories, artists, and albums.
- Users can view music categories and artists.
- Users can view albums and playlists.
- Users can access detailed information about artists and albums.
- The app retrieves data using the Deezer RESTful API.
- The app allows users to search among their data.
Video Link - https://i.imgur.com/JbmhMM5.mp4
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-05-14.at.23.02.59.mp4
- Clone this project: git clone https://github.com/mehmetalidemir/DeezerApp.git
- Open the terminal and navigate to the project directory: cd DeezerApp
- Install the required pods: pod install
- Open the Deezer App.xcworkspace file in Xcode.
- Press Command + R to run the application.
When you open the application, you will be directed to the home page. The home page will display a list of categories and artists. To navigate between categories and artists, click on the items in the list. To access the album page, click on the artists, and for the list of songs, click on the albums.
- Swift
- UIKit
- Model-View-ViewModel architectural pattern
- RESTful API
- Kingfisher (SPM)
- AVFoundation (for audio player)
The Music Categories page lists the main music genres, and users can select their preferred genre by choosing a category.
This page lists the artists in the selected category. Users can click on an artist to navigate to their detail page.
This page displays detailed information about the selected artist, including their albums. Users can click on an album to navigate to its detail page.
This page lists the songs of the selected album. Users can listen to a 30-second preview of a song by clicking on it, and they can also add their favorite songs to the "Favorites" list.
The Favorites page displays a list of the user's favorite songs. Users can click on a song in the list to navigate to its album detail page.
The endpoint for the Deezer API used in this project is: https://api.deezer.com/