An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## :coffee: React Native Coffee

[![React Native](https://img.shields.io/badge/React%20Native-v0.55-blue.svg)](https://facebook.github.io/react-native/)
[![React Navigation V2](https://img.shields.io/badge/React%20Navigation-v2..0.1-blue.svg)](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
:-------------------------:|:-------------------------:
![](https://user-images.githubusercontent.com/15869386/45311940-66193180-b548-11e8-9ff5-00c854a9d6fb.png) | ![](https://user-images.githubusercontent.com/15869386/45311961-76311100-b548-11e8-9c5f-ab299dbd64ff.png) | ![](https://user-images.githubusercontent.com/15869386/45333062-bec0ec80-b591-11e8-911e-4ec419934841.gif)

## Preview

Screens
:-------------------------:
![](https://user-images.githubusercontent.com/15869386/45333062-bec0ec80-b591-11e8-911e-4ec419934841.gif)

## Contributing
PRs are welcome.