This is a React app that generates a list of robots by fetching fake data from JSON Placeholder. As you type in the searchbox, the list of robots will be filtered to only display matches.
To run the project:
- Clone this repo.
- Run
npm install
- Run
npm start