RoboFriends is a simple React application that displays a list of robots fetched from an external API and allows the user to search and filter the list based on the robot's name.
To run the application locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/your-username/robofriends.git
- Install the required dependencies using npm:
npm install
- Start the development server:
npm start
The application should now be running on http://localhost:3000.
RoboFriends allows users to:
- Search and filter the list of robots based on their name.
- View a scrollable list of cards, each displaying the robot's name, email, and profile picture.
RoboFriends was built using the following technologies:
- React
- HTML/CSS
RoboFriends was created as part of the The Complete Web Developer in 2022: Zero to Mastery course on Udemy.