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
- Host: GitHub
- URL: https://github.com/alexandr-g/react-native-notetaker
- Owner: alexandr-g
- Created: 2016-12-21T16:56:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T15:49:09.000Z (about 9 years ago)
- Last Synced: 2025-02-03T14:18:15.045Z (over 1 year ago)
- Topics: firebase, react, react-native
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Screens
### Search and user Dashboard
### Profile and Repos
### Notes
You can add Notes and they will be stored inside Firebase cloud database. It is possible to get old and submit new notes.
## 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