Skip to content

alba688/xkcdComics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

xkcdComics

A simple MVP iOS app for browsing XKCD comics

Screenshots

Screenshot1 Screenshot2 Screenshot4

Task

A client has just discovered xkcd comics and has asked for a comic viewer app with the following requirements

  • Browse comics
  • View details of each comic
  • Search by for comic
  • Get an explanation of each comic
  • Favorite a comic to work offline
  • Send a comic
  • Get notifications when a new comic is posted
  • Multiple form factors

Given the amount of work, the first round will be to create an MVP. I have chosen to create a simple iOS app using SwiftUI. I began the process by outlining the features I would include in this version and set up the outline of each view. I landed on the following outline and features:

Browse View

  • search bar
  • comic preview (image & title)
  • button to detail view
  • navigation to view comics

Detail View

  • title and image
  • alt text description
  • link to explanation (new view or popup)
  • button to favorite (core data)
  • button share

Favorites View

  • thumbnail of favorite comics
  • swipe to delete from list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages