maxgrok / pics-react

Pics React App w/ Unsplash API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pics List App

Displays a list of images based on user search in a grid CSS format.

App uses event handlers, binds 'this' with arrow functions, uses dynamic spans for styling with state defined spans for image cards, passes props to children components, passes callbacks from parent to child for child to call the callback, and uses .map to render a list of image cards, uses Refs to access DOM nodes for styling, and implementing Grid CSS system.

Available Scripts

npm start inside the root directory to start application.

About

Pics React App w/ Unsplash API


Languages

Language:JavaScript 59.0%Language:HTML 34.5%Language:CSS 6.5%