Welcome to RoboFriends! This interactive web app allows users to search for robot names using a search bar. Developed as part of the Zero to Mastery (ZTM) Complete Web Developer course, RoboFriends showcases the integration of React with other modern web development technologies.
- Interactive Search: Users can type in the search bar to filter through a list of robot friends.
- Real-Time Filtering: The robot list updates instantly as you type.
- Responsive Design: The app looks great on all devices, from mobile phones to desktops.
- React: A JavaScript library for building user interfaces.
- JavaScript (ES6+): Modern JavaScript syntax and features.
- HTML & CSS: Markup and styling for the app.
- Tachyons: A functional CSS framework for quick and easy styling.
-
Clone the repository:
git clone https://github.com/your-username/robofriends.git
-
Navigate to the project directory:
cd robofriends
-
Install the dependencies:
npm install
-
Start the development server:
npm start
The app will be available at http://localhost:3000
.
- Open the app in your browser.
- Start typing a robot's name in the search bar.
- Watch as the list of robots filters in real-time based on your input.
Contributions are welcome! Feel free to submit a pull request or open an issue if you have any suggestions or improvements.
Developed with ❤️ by Meli :)
Enjoy using RoboFriends!