Social network where you can add friends and share posts. Made with React and Node.js.
Note: this was the last challenge project in TOP's self directed curriculum, marking my completion of it!
Social logins:
- Easily join the platform through your existing github or google accounts
Posts:
- Users can make and delete posts
- You can like and comment posts
Friends:
- You can send friend requests to people, if they accept them, you become friends
- Friends see each other's posts in their home page
- From your profile you can access your list of friends and pending requests
User Search:
- See a paginated list of users that you can go through
Security:
- Express validator to sanitize and validate POST and PUT routes
- Javascript
- React (Styled Components, Router)
- Node.js + Express + MongoDB