Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 945 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 945 Bytes

A Robofriends web app created with React

Netlify Status

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