React-based Social Media website.
- jwt-decode for handling login and authentication
- Learned React Hooks, Custom Hooks
- Local Storage for keeping the application data
- Login record maintenance and refresh handling (via rechecking the expiration of JWT stored in local storage)
- Create and post a new Blog post.
- Like a post
- Comment a post
- View Friends List
- Add/Remove friends
- Search Peoples using the search bar
- Like click is not getting updated in realtime.
- Sometimes view user profile crashes - Handle user is not present
- Settings page Link is not present.
- Replace react-toast-notifications - with react-toastify
- Option to like comment
- Show Friend Name - Email and Profile Icon in FriendList
- Unit Tests
- Revamp Styling of All components
- Chat functionality
- Host self backend
- Host front-end