https://github.com/amdzy/proton-for-reddit
A Reddit client for Android and IOS
https://github.com/amdzy/proton-for-reddit
Last synced: 8 months ago
JSON representation
A Reddit client for Android and IOS
- Host: GitHub
- URL: https://github.com/amdzy/proton-for-reddit
- Owner: amdzy
- License: mit
- Created: 2021-12-17T19:53:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:50:55.000Z (about 2 years ago)
- Last Synced: 2025-01-22T02:28:42.226Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proton for reddit
An android and ios app for reddit built using [React native](https://reactnative.dev/), Written in [TS](https://www.typescriptlang.org/)
The app is still in alpha stage and hasn't been published yet
## Features
- Browsing posts
- View comments
- Expand and collapse comments section
- Save Posts and Comments
- Vote posts and comments
- See all the subscribed subreddits and followed users
- Search for subs and users
and many more features to come
## Run your own
```
git clone https://github.com/amdzy/proton-for-reddit.git
cd proton-for-reddit
npm install
```
## Frameworks and tools
- [React native](https://reactnative.dev/)
## License
[MIT](https://choosealicense.com/licenses/mit/)