A clone of Twitter developed using Next.js, TypeScript, Prisma, MongoDB, and Chakra UI, deployed on Vercel.
- User Authentication
- Tweeting functionality
- Profile customization
- Node.js
- npm
- A MongoDB database
- Clone the repo
git clone https://github.com/claudiadewindt/t-project.git
npm install
DATABASE_URL="YourMongoDBConnectionString"
NEXTAUTH_JWT_SECRET="YourNextAuthJwtSecret"
NEXTAUTH_SECRET="YourNextAuthSecret"
npm run dev
Open http://localhost:3000 with your browser to see the result.
To use this Twitter clone, you can register an account and start tweeting!