/robofriends-redux

🤖ReactJS: Robofriends is a great web app that lets you find the robots that suit you!

Primary LanguageJavaScriptMIT LicenseMIT

Robofriends (Redux)

Robofriends is a simple React app that allows you to search for robots by name. It uses the Robohash API to generate robot images and the JSONPlaceholder API to generate fake user data.

This is a Redux-based version of the app. The class-based version can be found here.

Live Demo

= Robofriends (Redux)

Features

  • Search for robots by name
  • Generate random robot images
  • Generate fake user data

Technologies

  • React
  • Redux
  • Redux Thunk
  • Redux Logger
  • Redux DevTools Extension
  • Tachyons
  • Robohash API
  • JSONPlaceholder API
  • GitHub Pages

How to run the app

Clone this repo

git clone https://github.com/efxlve/robofriends-redux.git

Run npm install

npm install

Run npm start

npm start

License

This project is licensed under the MIT License. See the LICENSE file for details.