A responsive React application called RoboFriends, built with the Techyons library, that displays a collection of robot cards with their information. The app allows users to search and filter robots based on their names.
Here's a link: Robofriends.
- Displays a collection of robot cards with their names, email addresses, and images.
- Allows users to search and filter robots by their names.
- Responsive design for optimal viewing on different devices.
- React
- Techyons
- HTML
- CSS
- JavaScript
Follow the instructions below to get a local copy of the project up and running on your machine.
Make sure you have the following installed on your machine:
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
-
Clone the repository:
git clone https://github.com/MShazim/robofriends.git
-
Change to the project directory:
cd robofriends -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open the application in your browser:
http://localhost:3000 -
Interact with the RoboFriends app and enjoy!
The following npm scripts are available:
npm start: Starts the development server.npm run build: Builds the app for production.npm run test: Runs the tests.
Contributions are welcome! If you find any issues or have suggestions, please submit a pull request or open an issue on the GitHub repository.
This project is licensed under the MIT License.
For any questions or inquiries, please contact aslamshazim20@gmail.com.
- The RoboFriends app is inspired by the Zero to Mastery course.
- The Techyons library is developed by Jxnblk.
