Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torgeadelin/borderless-nasa
React Native App using NASA's APIs
https://github.com/torgeadelin/borderless-nasa
nasa nasa-api react-native-app redux redux-saga
Last synced: about 1 month ago
JSON representation
React Native App using NASA's APIs
- Host: GitHub
- URL: https://github.com/torgeadelin/borderless-nasa
- Owner: torgeadelin
- Created: 2019-06-17T14:10:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T20:07:03.000Z (about 2 years ago)
- Last Synced: 2024-04-28T06:29:05.717Z (7 months ago)
- Topics: nasa, nasa-api, react-native-app, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 27.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
# Borderless
### :warning: Work in progress...
React Native App to explore the space using NASA's APIS
## Preview
### Lauch Screen
- Animated with React Native `Animated`
## :rocket: How to Run App
1. `cd` to the repo
2. `npm intall`
3. Run Build for either OS- for iOS
- run `react-native run-ios`### Get started:
1. Copy .env.example to .env
2. Add your config variables
3. Follow instructions at [https://github.com/luggit/react-native-config#setup](https://github.com/luggit/react-native-config#setup)
4. Done!