First install all the necessary packages
npm install npm@latest -gTo run the app on developer mode, use:
npm start -gOpen the app in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
The app opens to the home page with a search bar. Once an input is entered and the search button is hit, the user is redirected to the search results page. Clicking on an image card will show the user the description of the image.