Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 840 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 840 Bytes

RedditFeed

This application lets you explore various subreddits and stores them in bookmarks for you to easily find them.

Built using XCode 13.1 (Swift 5.5, for iOS 13.0 or later).

TODO:

  • Implement:
    • Endpoints and NetworkService;
    • custom CollectionView layout;
    • CollectionView cell for images;
    • CollectionView cell for videos;
    • infinite scroll;
    • sticky header view for subreddits list;
    • search bar in footer of subreddit list;
    • placeholder (skeleton/shimmer) view that shows up while content is being fetched;
  • Write tests for NetworkService;

How to run:

  1. Clone this repo;
  2. Open RedditFeed.xcodeproj;
  3. Build and run the project on a selected device (or a simulator).

License

RedditFeed is licensed under the terms of the MIT license.