Democratic social network platform.
- Light/dark mode toggle (Persisted with localstorage)
- Authentication handled with react-oauth/google.
- JWT token based auth with the use of localstorage for persisting credentials until JWT token is expired.
- Post statuses with photo. [hosted in cloudinary]
- Like / Unlike posts.
- Edit/Delete posts.
- Follow/Unfollow users.
- Comment on posts.
- Infinite scrolling
- One To One Chat with users
Client: Next.js ( App Router ), Redux Toolkit, Apollo Client, TailwindCSS, shadcn
Server: mongoDB, Express.js, GraphQL, Socket.io