Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamfortune/mobx-image-app
a react native app with unsplash api
https://github.com/iamfortune/mobx-image-app
Last synced: 10 days ago
JSON representation
a react native app with unsplash api
- Host: GitHub
- URL: https://github.com/iamfortune/mobx-image-app
- Owner: iamfortune
- Created: 2020-06-29T12:37:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:52:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T11:57:53.427Z (over 1 year ago)
- Language: TypeScript
- Size: 4.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Photo Browser in React Native
Follow along as we build together at [https://jasonmerino.me](https://jasonmerino.me).
## Articles
1. [How to Make an App With React Native I: Getting Started](https://jasonmerino.me/articles/stock-photo-browser-in-react-native-getting-started)
1. [How to Make an App With React Native II: Setting up Navigation](https://jasonmerino.me/articles/how-to-make-an-app-with-react-native-setting-up-navigation)
1. [How to Make an App With React Native III: API Integration and Mobx](https://jasonmerino.me/articles/how-to-make-an-app-with-react-native-api-integration-and-mobx)
1. [How to Make an App With React Native IV: The Search Results Page](https://jasonmerino.me/articles/how-to-make-an-app-with-react-native-4-the-search-results-page)## Run this codebase yourself
### Setup
Create a `.env` file in the root directory of the project with this format:
```
PIXABAY_API_KEY=YOUR_API_KEY_HERE
```
# mobx-image-app