Skip to content

chhedadhruv/Robofriends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboFriends

Welcome to RoboFriends, a simple project that allows you to search for robot friends and generate unique robot cards!

Project Overview

RoboFriends is a React-based web application that fetches robot data from a google sheet and allows users to search for specific robots. The application utilizes the Robohash service (https://robohash.org/) to generate unique robot images based on user data.

Getting Started

To get started with the RoboFriends project, follow these steps:

  1. Clone the repository: git clone https://github.com/chhedadhruv/Robofriends.git

  2. Install dependencies: cd robofriends npm install

  3. Run the application npm start

  4. Open your browser and navigate to http://localhost:3000 to view the application.

Fill the Google Form

To add a new robot to the website, please fill out the Google Form. Your submitted robot details will be processed, and a new robot card will be generated.

Card Generation

After adding a robot via the Google Form, a unique robot card will be generated for the submitted details. The card will display the robot's name and email, along with a personalized robot image from Robohash.

Technologies Used