Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 750 Bytes

RoboFriends

This is a React app that lets you search your robot friends by their names.

Welcome! 👋

This is a React app. It uses the JSON placeholder API to fetch robot names and emails. It uses fetch to get the API then display the results and lets you search for a name.

How To Run? 🤔

Download this code either as a zip file or use the git clone command to clone it. Then, open the project folder in your editor and on the integrated terminal:

  • Run npm install to install all the packages used for this project. After the installation,

  • Run npm start to run the project on your browser localhost.

  • Open http://localhost:3000 to view it in your browser.

    That's all you'd need to do 🙂