shehroze-1122 / RoboFriends-React-Redux

A simple react app that uses redux for its state management and fetches users and robots from API to display on the cool UI.

Home Page:https://shehroze-1122.github.io/RoboFriends-React-Redux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoboFriends

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

About

A simple react app that uses redux for its state management and fetches users and robots from API to display on the cool UI.

https://shehroze-1122.github.io/RoboFriends-React-Redux/


Languages

Language:JavaScript 70.1%Language:HTML 19.9%Language:CSS 10.0%