An opensource react native Reddit browser application.
This repository is a basic reddit browser application. The app intends to create a more twitter like experience with an offline browsing capability. This project is my starting point project to learn react and react native.
To start off clone the repository and install the dependencies. The app is made using Expo so you may need to have a look at the Expo tutorial to get started.
After installing Expo on your local machine you can install the Expo mobile application for live development and debugging on your mobile device from here.
All contributions are welcome to create a pull request:
- Fork it (https://github.com/pharzan/justReddit.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Added fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Farzan Tinati - Initial work - @pharzan
- Hat tip to Omid Zamani for getting me started with react native in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details