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

https://github.com/alexandr-g/react-native-notetaker

React Native app to interact with Github API and Firebase
https://github.com/alexandr-g/react-native-notetaker

firebase react react-native

Last synced: 3 months ago
JSON representation

React Native app to interact with Github API and Firebase

Awesome Lists containing this project

README

          

# Screens
### Search and user Dashboard


Main component screenshot
screenshot_2016-12-31_22_44_44

### Profile and Repos


screenshot 2016-12-26 20 56 26
screenshot_2016-12-31_22_45_14

### Notes
You can add Notes and they will be stored inside Firebase cloud database. It is possible to get old and submit new notes.


screenshot_2016-12-31_22_46_21
screenshot_2016-12-31_22_50_59

## How to run project locally?

**0. Clone the repo:**

`git clone https://github.com/alexandr-g/react-native-notetaker.git`

**1. Install react-native CLI globally** ( for more info on setup steps refer - [React Native Docs](https://facebook.github.io/react-native/docs/getting-started.html) )

`npm install -g react-native-cli`

**2. Install project dependencies:**

`npm i`

**3. To start the project on simulator:**

`react-native run-ios`

**Reference:** this app was build as a part of https://github.com/StephenGrider Udemy course