Replica of you favorite social media platform of X (Previously known as Twitter). Post tweets, Customize your profile, follow people, notifications and many more.
Deployed Link🔗
- NextJS
- ReactJS
- TypeScript
- Prisma
- Next-Auth
- MongoDB
- Tailwind CSS
- Authentication
- Protected routes
- Custom hooks
- Vercel analytics & speed insights
- Image upload
- CRUD operations
- API creation
- Data fetching
- Loading states
- Customizable modals
- Reusable and customizable components
https://github.com/sudipb7/x-clone.git
npm install
DATABASE_URL="mongodb+srv://<username>:<password>@cluster0.mscaygz.mongodb.net/X-Clone"
NEXTAUTH_SECRET="<YOUR_NEXTAUTH_SECRET>"
NEXTAUTH_JWT_SECRET="<YOUR_NEXTAUTH_JWT_SECRET>"
NEXT_PUBLIC_BASE_URL="http://localhost:3000"
npm run dev