Skip to content

MohamedBechirMejri/facebook-next

Repository files navigation

Logo

Odinbook

A Facebook clone for The Odin Project

Technologies Used

Next JSMongoDBTailwindCSSFirebase

VercelFacebookJWTYarnDependabot

Features

  • Facebook Look
  • Friending
  • Upload Photos
  • Login With the Real Facebook
  • Save Favorite Posts
  • Responsive Design
  • Messenger
    • Send Gifs
    • Send Stickers
    • Send Photos
    • Send Emoji
    • Set Chat Theme/Emoji
    • Live Chat using Websocket (used firebase because it's hosted on Vercel)
    • Voice/Video Calls
  • Live Videos
  • Facebook Watch
  • Pages
  • Groups
  • Notifications
  • Steal People's Data :P (jk)

How To Use

  • Clone this Repo

  • Install Dependencies

    pnpm install
  • Add env.local file in the root folder:

    MONGODB_URI=''
    REACT_EDITOR='code'
    JWT_SECRET=''
    NEXT_PUBLIC_FIREBASE_API_KEY=''
    NEXT_PUBLIC_GIPHY_API_KEY=''
  • Run Development Server

    pnpm dev

License

Everyone is free to use this however they want, just mention my name in credits.

⭐ Star ⭐ & Share this Repo if you liked it, Thanks.

Disclaimer

This Code was literally made for Education purposes, not to be used for phishing or stuff like that.