/RoboFriends

An app that lets you search for your robot friends by their names. It uses the jsonplaceholder api to fetch names and emails that is used for the robots.

Primary LanguageJavaScript

RoboFriends - An app that lets you search robots.

Home view of robofriends app

Welcome! 👋

This is a React.js project. It uses the jsonplaceholder 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. That's all you'd need to do 🙂

Want To Contribute?

Feel free to open a pull request on this repository is there's any feature you'd like to add to this app!

Have A Feedback?

Giving feedback is appreciated, if you any to give on this project please email beatriceebirim@gmail.com.

Happy Coding 💪