Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.65 KB

React Native Image Search

An free image search app for iOS and Android, build using React-Native, React-Navigation, Pixabay API, React-Native-Vector-Icons, and axios.

Submitting a search query brings the user to a results screen of thumbnails. Clicking on a thumbnail bring the user to a high-resolution version of the selected image.

Demo

Demo

Getting Started

Create an account on Pixabay and get your API key on this page. Create a file in the root project directory titled pixabayKey.js which consists of one line:

module.exports = <YOUR_PIXABAY_KEY_AS_A_STRING>;

Follow the React-Native Getting Started instructions

npm install
react-native run-ios OR react-native run-android

The app will then run in your iOS or Androis emulator.

Author

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE.md file for details