Welcome to RoBros! A fun, interactive, and responsive front-end application that allows users to search a unique directory of robot friends.
- Searchability: As you type in the search bar, the directory automatically filters to match your query. Finding your robot friend is just a keystroke away!
- Unique Robot Profiles: Each robot friend is unique. RoBros utilizes data from the JSON Placeholder API and generates a unique robot image for each friend using Robohash.
- React (using Create-React-App)
- React Hooks
- Tachyons for quick + responsive CSS styling
To get a local copy up and running, follow these steps:
-
Clone the repository: git clone https://github.com/jkracz/robros.git
-
Install the dependencies: cd robros npm install
-
Start the development server: npm start
Your local copy of RoBros will be available at http://localhost:3000
.
Check out RoBros live in action here.
Joe Kracz - joseph.kracz@gmail.com
Project Link: https://github.com/jkracz/robros