From 0f8c95c7312c33217d5f7e6f28c9ff5a17ade6ad Mon Sep 17 00:00:00 2001 From: Lakshman Date: Sat, 18 Jan 2020 22:29:36 +0600 Subject: [PATCH] =?UTF-8?q?added=20Features=20=F0=9F=97=BD=E2=9D=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bc4f06b..d66ac6b 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,12 @@ A single page application where the user can search for robot friends among all. -## Technology Used : -- [ReactJS](https://reactjs.org/) : - 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](https://tachyons.io/) :- Tachyons css toolkit used for styling the components. - -- [RoboHash](https://robohash.org/) :- 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. +## Key Features +Some of the standout features of the project are +1. Dynamically robo friend search +2. Fast Render +3. Lightweight +4. Responsive ### Home Page : ![robohome](https://user-images.githubusercontent.com/58518192/72223570-802eae00-359a-11ea-9cdf-e090287f89a5.png) @@ -28,6 +26,16 @@ A single page application where the user can search for robot friends among all. ### Searching for robo : ![sbname](https://user-images.githubusercontent.com/58518192/72223575-95a3d800-359a-11ea-89b3-c32b346d49ec.png) + +## Technology Used : +- [ReactJS](https://reactjs.org/) : - 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](https://tachyons.io/) :- Tachyons css toolkit used for styling the components. + +- [RoboHash](https://robohash.org/) :- 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. + ### Instructions To run this project : 1. Clone this repo