Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 608 Bytes

File metadata and controls

31 lines (24 loc) · 608 Bytes

Music App

Goal

Develop a simple app showing a list of searchable Albums.

Prereqs

  • Xcode 14.1
  • iOS 16

Usage

Just open the project in Xcode 14.1 and let SwiftPM do it's magic. :)

Branch

develop

Features

App is consist of single screens.

  • Album List

Overall Architecture

This project is build using The Composable Architecture

Improvements

  • Modularisation (create separate swift packages for Design, Networking)
  • Better error handling.
  • Improve the UI/UX.
  • Add more tests (unit/SnapshotTests).