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.
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! 😉