Giter Site home page Giter Site logo

esthers-books-swiftui's Introduction

esthers-books-swiftui's People

Contributors

estherjk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

esthers-books-swiftui's Issues

Fetch books from backend

Implement the logic to request books data from backend. The sample data should also still be usable.

  • Fetch the books data
  • Fetch images from URL
  • Sort books by most recently finished (for now)

Add Genre list to Library view

Display the genres in a list. When a genre is selected, navigate to the corresponding list of books. (Use BookList for this.)

Save Token & keep a user logged in

If a user has previously logged in and their token is still valid, then go directly to the home view. Otherwise, display the login view. Use keychain to save the tokens securely.

Optimize UI for iPad

Leverage the best practices from Apple to create a layout that works best for iPad.

Optimize UI for macOS

Leverage the best practices from Apple to create a layout that works best for macOS.

Add login flow

  • Design login UI
  • Implement logic to request tokens from backend

Persist books data

Currently using NSCache to cache the images. The book data itself is currently not saved. Migrate to Core Data to persist the data and only fetch data from the server on startup or when the user manually requests an update (e.g. by pulling down on a list). Also, use the repository pattern approach used with the Token data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.