Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 635 Bytes

readme-swift

This app was created based on AMAZING tutorial on raywenderlich.com - Your Second iOS and SwiftUI App I learned a ton from it! The final result is this app where you can manage a collection of books. You can:

  • Add a new book (title, author, review and and image).
  • Delete a book.
  • Sort books by title or author.
  • Manually sort books.

The app supports light and dark mode. Light and dark mode Sections Editing Book Details Adding a Book