A React App that takes a search terms and shows images from Unsplash API.
- Class based and functional react components
- Event handlers - communicating from parent to child using call backs
- Handling
thiserrors with arrow functions - Rendering mages and lists and understanding
mapfunctions in JS - Using react Ref system to get a handle on DOM
- making an external API call using AXIOS
- understanding css grid system