https://github.com/dye784/react-native-image-searcher
https://github.com/dye784/react-native-image-searcher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dye784/react-native-image-searcher
- Owner: dye784
- Created: 2017-05-17T21:35:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T15:30:06.000Z (about 9 years ago)
- Last Synced: 2025-03-21T22:43:18.401Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native App for Searching Images
### Introduction
Hello, My name is Damon Ye and this is a React Native App I built! It uses the pixabay api to retrieve images. It displays a list of images based on your search query. Each image can be clicked to bring you to a page that has more details about the image. Enjoy!
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
### Installation
**Fork** and **clone** this repository.
Then insall the dependencies
```
npm install
```
Then create a `.secrets.env.js` file. Export a `const` named `PIXABAY_API_KEY` storing your pixabay api key.
Then start the app and run the iOS simulator
```
npm run ios
```