Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blakewilliams/newred

An open source reddit client for iOS built with React native.
https://github.com/blakewilliams/newred

Last synced: 16 days ago
JSON representation

An open source reddit client for iOS built with React native.

Awesome Lists containing this project

README

        

# newred

An open source iOS Reddit app built with [React Native].

[React Native]: https://facebook.github.io/react-native

## Running newred

* Clone this repo: `[email protected]:BlakeWilliams/newred.git`
* Open the newred directory: `cd newred`
* Install dependencies: `npm install`
* Open `newred.xcodeproj`: `open newred.xcodeproj`

## What's done

* Viewing the first page of `r/all`.
* Visiting links on posts.
* Viewing self posts, including comments.

## Todo

* Listing subredddits that can be viewed.
* Loading more posts on a subreddit.
* Link to comments for non-self posts.
* Logging into an account and displaying saved subreddits.
* Add ability to collapse comment threads.