Tweeter is a Twitter clone web application that brings the essence of Twitter to your fingertips. Built with Next.js, Tailwind CSS, Node.js/Express.js, and MongoDB/Mongoose, Tweeter offers a familiar Twitter-like experience with a twist. It leverages Clerk for user and community management and uses shadcn/ui for form templates.
When a new user signs up, Tweeter ensures a smooth onboarding experience. Users can set their profile image, name, username, and add a bio to personalize their profiles.
Users have the ability to create posts both as individual users and community members. They can create communities and invite other members via email.
Tweeter allows users to engage with each other by replying to posts. This feature fosters conversations and interactions among users.
Receive notifications when other users reply to your posts. Stay updated and engaged with your audience.
Use the package manager npm to install all required dependecies.
npm install
and then:
npm run dev
-
Frontend:
- Framework: Next.js
- Styling: Tailwind CSS
- UI Library: shadcn/ui (for form templates)
- Authentication: Clerk (supports GitHub and Google login)
-
Backend:
- Server: Node.js/Express.js
- Database: MongoDB with Mongoose
Let's try it.