Skip to content

iapurba/robofriends-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robofriends

React + Redux

Search robots

In order to run this project follow these steps:

  1. Clone this repository
  2. Run npm install
  3. Run npm start

This web app is built with React & Redux. It implements a simple user interface which shows 500 random robots, and user can search for them using the above search box. Very cool. Most importanly this app use APIs to render it's contents. All the robots images are rendered by calling robohash api and all that dummy names and emails are rendered by calling jsonplaceholder api.

This app is also an example of PWA (progressive webapp) which behaves like native apps with splash screen.