apptern-sr.1.mov
Appcent Apptern task about Deezer API
DeezerMusicApp is a unique music application developed using the Swift programming language and follows the MVC (Model-View-Controller) design pattern. This app utilizes the Deezer API to fetch a variety of music genres and provide an immersive experience for music lovers.
Genres Listing: The app fetches and lists music genres from the Deezer API.
Artist Pages: For each genre, users can navigate to pages dedicated to artists associated with that genre.
Albums and Tracks: On selecting an artist, the app displays the artist's albums and the tracks contained in those albums.
Track Preview: Users can tap on a track to listen to a preview of the song. Tapping on the track again will stop the preview.
Like and Save: If users enjoy a track, they can 'like' it. This action saves the track to the local CoreData storage for easy access later.
Liked Songs Page: Users can navigate to the 'liked' page to view and play all the tracks they have liked and saved.
In order to setup this project on your local machine, please follow the steps below:
- Clone the repository:
git clone https://github.com/agbabaumut/Appcent-Deezer.git
- Navigate to the project directory:
cd DeezerMusicApp
- Open the project in Xcode and run the project.
This app may include bugs, but as an intern it is obvious that i make mistake, i will get better