Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

Bookworm

Bookworm is an app where its purpose is to help users in reading books, with tools such as Annotations, which allow users to write about specific parts of reading that they find pertinent, and review, which allows them to make a survey about how reading was in a general context.

Existing features

  • List of all books saved;
  • Page for handle with the creation and editing a Book;
  • Review of Book;
  • List of all authors saved;
  • List with annotations of the especific parts of Book;

Tecnologies used

  • Swift as main language of the project;
  • SwiftUI for create an UI;
  • Core Data for persist data between sessions.

Demonstration

Creating a new Book

Creation Of new Book

Adding a new Annotation

Adding a new Annotation

Updating an existing Book

Updating an existing Book