An image search engine that lets you search for an image by simply typing in a word or a phrase.
- sort the images in popular or latest order
- filter by color and shape
- choose minimum width and height
- enabled infinite scrolling using throttle
- delayed request when typing using debounce
- lazy loaded images to create placeholder
- In the project directory, run:
npm start
- Open http://localhost:3000 to view it in the browser.