Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.33 KB

A simple and fully optimal app build with Create React App. It uses Redux for state management and it is based on one smart class component. The updated version however which uses hooks can be seen here

It has a cool UI consisting of robots fetched using RoboHash API and dummy users and emails fetched from JSON placeholder Fake Free API.

Images

  • Home Screen home

  • Seacrhing Robots search

Making it your own

If you want to play around with the code and run on your local server:

  • Fork the repository
  • Clone it
  • Type cd robofriends
  • Make sure you have nodeJs installed on your system
  • Type npm install in your terminal. It will install all the dependancies
  • Type npm start. It will run the app your local host

Do let me know about any issues by opening a issues or you can create a pull request as well if you want to improve things.

Have Fun! 😉