/pics

Searching for something....

Primary LanguageJavaScript

React Search App

Show a text input at the very top center of the screen so a user should then be able to type in some text here

pics

  • V1. We are going to to a search or a request to an outside API(https://unsplash.com/) that is going to find images that match whatever term that user just entered.

  • V2. How we show these images to the user using Grid CSS like a tile the images across the screen, as images tend to not be identical sizes, so i want to figure out some really clever ways in which we can make sure to tile them to all line up very nicely.

  • How do get feedback from the user?

  • How do we fetch data from outside API or Server

  • How do we show lists of records?

  • (Optional) Open a followup issue

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.