Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 666 Bytes

Full Stack Twitter Clone

Features

  • Tech Stack: React.js, MongoDB, Node.js, Express, Tailwind
  • 🔐 Authentication with JSONWEBTOKENS (JWT)
  • 🔥 React Query for Data Fetching, Caching etc.
  • 👥 Suggested Users to Follow
  • ✍️ Creating Posts
  • 🗑️ Deleting Posts
  • 💬 Commenting on Posts
  • ❤️ Liking Posts
  • 🔒 Delete Posts (if you are the owner)
  • 📝 Edit Profile Info
  • 🖼️ Edit Cover Image and Profile Image
  • 📷 Image Uploads using Cloudinary
  • 🔔 Send Notifications

Setup .env file

  • MONGO_URI=...
  • PORT=...
  • JWT_SECRET=...
  • NODE_ENV=...
  • CLOUDINARY_CLOUD_NAME=...
  • CLOUDINARY_API_KEY=...
  • CLOUDINARY_API_SECRET=...