A single page application where the user can search for robot friends among all. π½π€
Robo Friends is a ReactJS web application that is a Card UI and has different robot information in card form and we can search dynamically through those cards by name of the robot. π€ |
Some of the standout features of the project are
- Dynamically robo friend search
- Fast Render
- Lightweight
- Responsive
-
ReactJS : - React makes it painless to create interactive UIs. Design simple views for each state in application, and React will efficiently update and render just the right components when data changes.
-
Tachyons :- Tachyons css toolkit used for styling the components.
-
RoboHash :- Robohash is a easy web service that makes it easy to provide unique, robot/alien/monster/ whatever images for any text. Put in any text, such as IP address, email, filename, userid, or whatever else we like, and get back a pretty image for site.
To run this project :
- Clone this repo
- Change your directory :
cd robo-friends
- Run
npm install
- Run
npm start
- open http://localhost:3000 to view it in the browser.