https://github.com/monte9/reddit-reactnative
Reddit Client app using React Native
https://github.com/monte9/reddit-reactnative
Last synced: over 1 year ago
JSON representation
Reddit Client app using React Native
- Host: GitHub
- URL: https://github.com/monte9/reddit-reactnative
- Owner: Monte9
- Created: 2016-11-18T01:15:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T21:23:12.000Z (over 9 years ago)
- Last Synced: 2025-01-23T00:26:43.470Z (over 1 year ago)
- Language: Java
- Size: 65.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit client app
**Reddit client app** is built using React Native.
## Demo

## Features
The following features are implemented in the app:
- [x] Authenticate user using Reddit sign in webview
- [x] Display tab bars for Hot and Random posts
- [x] Fetch and render posts from /hot & /random
- [ ] Use custom form to get username & password for reddit sign in
- [ ] Fix Webview component on Android - doesn't record clicks on webview
- [ ] Decode image preview from API response to display full-size images for posts
## Notes
Built at React Native workshop by Deco Software at Zynga HQ, 11/17/16
Open to suggestions and feedback. Please email mthakkar@mail.sfsu.edu
## Resources
- http://www.reactnativeexpress.com/
- https://github.com/decosoftware/RedditClient/tree/go
## License
Copyright [2016] [Monte Thakkar]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.