https://github.com/victorkvarghese/rn-coffee
Coffee App
https://github.com/victorkvarghese/rn-coffee
react-native react-native-paper react-native-vector-icons react-navigation redux redux-saga
Last synced: about 1 year ago
JSON representation
Coffee App
- Host: GitHub
- URL: https://github.com/victorkvarghese/rn-coffee
- Owner: victorkvarghese
- License: mit
- Created: 2018-09-10T01:22:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T06:30:59.000Z (over 7 years ago)
- Last Synced: 2025-03-18T19:42:37.466Z (about 1 year ago)
- Topics: react-native, react-native-paper, react-native-vector-icons, react-navigation, redux, redux-saga
- Language: JavaScript
- Size: 2.05 MB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :coffee: React Native Coffee
[](https://facebook.github.io/react-native/)
[](https://reactnavigation.org/)
Coffee App using react-native.
## Features
* [React Navigation](https://reactnavigation.org/)
* [Redux](https://redux.js.org/)
* [Redux Saga](https://redux-saga.js.org/)
* [React Native Paper](https://callstack.github.io/react-native-paper/)
* [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)
* [Jest](https://facebook.github.io/jest/)
* [Eslint](http://eslint.org/)
## Prerequisites
* [Node](https://nodejs.org) v8.10 (it is recommended to install it via [NVM](https://github.com/creationix/nvm))
* [Yarn](https://yarnpkg.com/)
* A development machine set up for React Native by following [these instructions](https://facebook.github.io/react-native/docs/getting-started.html)
## Getting Started
1. Clone this repo, `git clone https://github.com/victorkvarghese/rn-coffee.git `
2. Go to project's root directory, `cd `
3. Run `yarn` or `npm install` to install dependencies
4. Run `react-native link`
5. Connect a mobile device to your development machine
6. Run the test application:
* On Android:
* Run `react-native run-android`
* On iOS:
* Open `ios/Coffee.xcodeproj` in Xcode
* Hit `Run` after selecting the desired device
7. Enjoy!!!
## Sample APK
Download here : [Coffee-Release-APK](https://drive.google.com/file/d/1bE_F9CbFMowEm4KQK8vVUczJFvXmokrr/view?usp=sharing)
## Screenshots
Login Screen | Home Screen
:-------------------------:|:-------------------------:
 |  | 
## Preview
Screens
:-------------------------:

## Contributing
PRs are welcome.