Skip to content
/ coconut Public

A very basic Reddit app for iOS and Android, built using React Native.

Notifications You must be signed in to change notification settings

Gabi1M/coconut

Repository files navigation

🥥 Coconut Reddit

CircleCI

A (for now) very basic Reddit app for iOS and Android, built using React Native.

Why

This project was started with the purpose of familiarizing myself with the Reddit API and also help anyone else who wants to tinker with it, by hopefully providing some good examples on how the requests are being made and how they should be handled.

Screenshots

Features

For now, the functionality is limited to:

  • Logging into an account.
  • Browse your feed, sorted by BEST, HOT, NEW or RISING, with infinite scrolling.
  • Search for posts, subreddits, users.
  • View the posts in a specific subreddit.
  • View the subreddits you have subscribed to.
  • View the media of a post (photo, gallery, video, embed), html content and the first level of comments.
  • View your karma and profile picture.

In the current state of the app, you must login in order to browse Reddit. Anonymous browsing functionality might come in the future.

What's next

I don't have a roadmap on developing it, but the goal would be to support as much functionality as possible from the Reddit API. That being said, the next most important things to implement would be:

  • Interacting with the community by upvoting, downvoting, commenting, reporting, etc.
  • Anonymous browsing support
  • Chat

Disclaimer

This application is not intended to be published either on App Store or on Google Play, nor do I aim to make any profit from it.

If you find out that the stuff I do helps you in any way and you want to use it to develop your own, all I ask is give credit where credit is due :)

Credits and References