Skip to content

benjaminrsalgado/Music.App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽต SwiftUI Apple Music "Reputation" Album UI

This project is a SwiftUI design exercise that visually recreates part of the Apple Music interface to display an album screen.

๐Ÿ“ฑ What does this app do?

This is a non functional demo it does not play music or connect to any API. The goal is to practice layout and visual design by replicating a music album UI, including:

  • ๐Ÿ–ผ๏ธ Album artwork display
  • ๐ŸŽค Album title and artist name
  • ๐Ÿ“† Genre, release year, and audio quality (visual only)
  • ๐Ÿ”˜ Custom Play and Shuffle buttons
  • ๐Ÿ“ƒ A stylized song list with track numbers
  • ๐ŸŽง Download and menu icons on each track
  • ๐Ÿงญ Bottom tab navigation bar using TabView

๐Ÿ’ก What I practiced

  • Building UI using VStack, HStack, ZStack
  • Styling with .background, .cornerRadius, .shadow
  • Creating dynamic views with List, ScrollView, and ForEach
  • Using consistent design with .foregroundColor, .opacity()
  • Creating reusable components like albumCard
  • Implementing tab navigation with SF Symbols

๐Ÿ› ๏ธ Technologies

  • SwiftUI
  • SF Symbols
  • Xcode 15+

๐Ÿ“ธ Screenshot

Captura de pantalla 2025-06-03 a la(s) 10 01 12โ€ฏa m

โš ๏ธ Note

This is a static visual mockup. It does not include playback functionality.


Thanks for checking out my project! ๐Ÿš€

About

A SwiftUI practice project recreating the Apple Music album screen layout.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages