
A full stack Twitter clone platform where users can tweet text, images, and audio, like and comment on posts, follow other users, and manage profile settings with Firebase authentication.
Users can securely sign in using Google accounts through Firebase Authentication.
Users can publish tweets including text, images, and recorded audio clips with validations.
Interactive like button with count and user-specific toggling. Commenting feature for posts.
Users can edit their name, bio, DOB, website, and update their profile photo.
Responsive sidebar and mobile navbar to manage navigation smoothly across all devices.




Built with MERN stack and Firebase for authentication. Images are uploaded to IMGBB, and tweets are stored in MongoDB. The client uses React for UI and manages interactions through REST APIs.