Skip to content

🌍 A MERN-based Twitter clone offering tweet posts, follows, likes, and retweets for a full social media experience!

Notifications You must be signed in to change notification settings

manukumar07/Twitter_Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐦 Twitter Clone - MERN Stack

A Twitter clone built with the MERN stack (MongoDB, Express.js, React, Node.js). This project replicates some of the core functionalities of Twitter, including user registration, authentication, posting tweets, following other users, and more.


πŸ› οΈ Technologies Used

  • πŸ—ƒοΈ MongoDB: Database to store user data, tweets, and other information.
  • πŸš€ Express.js: Backend framework for building RESTful APIs.
  • βš›οΈ React: Frontend library for building user interfaces.
  • 🌐 Node.js: JavaScript runtime environment for running server-side code.
  • πŸ”’ Other dependencies:
    • bcryptjs: For password hashing.
    • jsonwebtoken (JWT): For authentication.
    • cors: For handling Cross-Origin Resource Sharing.
  • 🎨 Tailwind CSS: For styling and responsive design.

✨ Features

  • πŸ”‘ User Authentication:

    • Register, login, and logout functionality using JWT.
  • ✍️ Tweet Posting:

    • Users can post tweets and view tweets from other users.
  • πŸ‘₯ Follow System:

    • Users can follow/unfollow other users to see their tweets in their feed.
  • ❀️ Like and Comment:

    • Users can like and comment on tweets.

About

🌍 A MERN-based Twitter clone offering tweet posts, follows, likes, and retweets for a full social media experience!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages