Skip to content

The app allows the user to input a text query and display all the images for that query in a scrollable list.

Notifications You must be signed in to change notification settings

chukhlov/searchImageQueryApp

Repository files navigation

Follow next steps to setup the project:

  1. Install node modules yarn install
  2. Install Pods cd ios && pod install
  3. Note for Mac M1 users arch -x86_64 pod install
  4. In the root of the project create .env file and put inside a next keys
API_KEY=YOUR_API_KEY
API_URL=https://pixabay.com/api/
  1. Run project yarn start
  2. Run iOS yarn ios
  3. Run Android yarn android

About

The app allows the user to input a text query and display all the images for that query in a scrollable list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published