Live deployment can be found on;
The web app gets information about robot users through the {JSON} Placeholder API, which can be accessed here and generated images from the Robohash API also here
As the user interacts with the search component, the robots automatically get updated depending on the input in the search field.
To run this project locally for development purposes you can fork or clone the repository, have Node installed on your machine, and then run the following commands in your terminal.
npm install
npm start