In this project, everything learned so far is unified. I developed a social network in which users will register, log in and publish using the social network API created in the 2nd Backend Project.
- Register Users
- Log in users
- View Posts and create new ones
- Delete and Edit posts from the author
- Like or remove like from a post
- Search bar for users or posts
- Availability to see your posts and data
- Comment every post
● Use of branches with git, when the project is finished there should be two branches, the master or main and the develop. ● Excellent README presentation.
At least it has to be done with the next components, these are the ones to be done throughout the project:
- Home
- Header
- Footer
- Login / Logout
- Register
- Profile
- Search
- Admin
- Post Admin
- Comments
- Post Detail
- Not Found
- Improve the styles with SASS
- Add more posts and variety to the listing
- Put in practice the remaining Extra exercises
This project is under license of Daniel Miguélez.
This space is made to list my favourites Social Network projects that I have explored and inspired by while doing our app.
- https://github.com/miguelherreravillanueva/Proyecto-React.SocialNetwork
- https://github.com/msalvatore82/Red-Social1.0
First gif, where we cann appreciate how to log with an user, create a post as an admin and how to delete your own post, after giving a like and modify the post itself.
In the second one, we can see how to register an user, but previously we have proved that the notifications work, in case that something fails. Also how to create a post and put a comment in it.