Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfredericks authored Sep 22, 2019
1 parent 0364587 commit b5b7690
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# HN Now
> Hacker News reader for iOS and iPadOS built with SwiftUI
## Screenshots
<div float="left">
<img width="250" src="https://s3.amazonaws.com/s3.nathfreder.dev/hnnow/Simulator+Screen+Shot+-+iPhone+11+-+2019-09-21+at+21.18.09.png">
<img width="250" src="https://s3.amazonaws.com/s3.nathfreder.dev/hnnow/Simulator+Screen+Shot+-+iPhone+11+-+2019-09-21+at+21.18.54.png">
</div>

## Roadmap
**September**
- [x] Infinite scroll
- [x] Move story fetching to CF Workers
- [ ] Fix feed switching

**October**
- [ ] Use Combine _and_ `URLSession` for network requests
- [ ] Add support for sharing stories
- [ ] Show error when not connected to internet
- [ ] Begin TestFlight testing

**November**
- [ ] Implement feed caching with Core Data
- [ ] Clean up mess from beta 1 - beta 5

**December**
- [ ] Move story fetching back to app
- [ ] Add support for Low Data Mode
- [ ] Switch from segmented controls to tab bar

**January**
- Add Siri Shortcuts support
- Add better accessability and localizations

0 comments on commit b5b7690

Please sign in to comment.