Skip to content

This app is being developed as part of my journey with Swift and SwiftUI, based on the course I enrolled in.

Notifications You must be signed in to change notification settings

Aravind-Vallabhaneni/BBQuotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

BbQuotes – SwiftUI iOS Application

This iOS application allows users to explore quotes, character details, and episode information from Breaking Bad, Better Call Saul, and El Camino. It utilizes a public API and follows best practices in SwiftUI, MVVM architecture, and asynchronous networking.

Features

  • Displays quotes, characters, and episodes from all three series.
  • Organized tab-based navigation using SwiftUI's TabView.
  • Responsive and adaptive UI with support for both iPhone and iPad.
  • Asynchronous image loading for optimized performance.
  • Modular views for clean, maintainable codebase.
  • Spoiler-protected character death section using DisclosureGroup.

Technologies Used

  • Language: Swift
  • Framework: SwiftUI
  • Architecture: MVVM
  • Networking: URLSession, async/await
  • Parsing: JSONDecoder
  • Assets: Custom images and colors
  • Deployment Target: iOS 18.0+

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/BreakingBadApp.git

About

This app is being developed as part of my journey with Swift and SwiftUI, based on the course I enrolled in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages