-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
# Robofriends | ||
🤖 The place for robots to meat each other. | ||
|
||
This is a React application created with educational purposes. Done following the course "Zero To Mastery" by Andrei Neagoie with several modifications. | ||
This is my first React application! It has been created with educational purposes following the course "Zero To Mastery" by Andrei Neaoie ([@aneagoie](https://github.com/aneagoie)) with several modifications. | ||
|
||
- [X] CSS Animated | ||
- [X] Fully responsive | ||
I used [Tachyons](https://tachyons.io/) as CSS Framework to give aditional styles, and this two API's: | ||
- [Robohash](https://robohash.org/): For the robot images | ||
- [JSON Placeholder](https://jsonplaceholder.typicode.com/): For the robots info | ||
|
||
Features: | ||
- [X] Search by name or any field existing on the user. | ||
- [X] CSS Animated. | ||
- [X] Fully responsive. | ||
|
||
|
||
### Page Deployed! | ||
#### Your can check it at: https://markelca.github.io/robofriends/ | ||
|
||
<div align='center'> | ||
<img width='530px' height='500px' src='https://user-images.githubusercontent.com/76633510/121918552-6fa5d880-cd36-11eb-9145-82cfbcd0f9df.png'> | ||
|
||
<h2>Page Deployed!</h2> | ||
<h3>Your can check it at: https://markelca.github.io/robofriends/<h3> | ||
</div> | ||
|