- allows the user to search for images using Unsplash’s image API.
- User can search for images by entering the search term and hitting enter / return key
- Display up to 10 images below the search box
- Add styling using CSS grid system to resize images. This will add responsiveness to the web page.
npm install
# start project
npm start