Skip to content

A sleek Twitter clone powered by Next.js, Prisma, MongoDB, and Tailwind CSS. Experience real-time microblogging with dynamic features. Enhance your social experience with modern web technologies.

Notifications You must be signed in to change notification settings

SwayamBadhe/Twitter-Clone-NextJS

Repository files navigation

Twitter Clone

A modern Twitter clone developed with Next.js, Prisma, MongoDB, and Tailwind CSS. Experience real-time microblogging with dynamic features. Dive into the codebase and explore the world of modern web technologies.

Technologies Used

  • Next.js
  • Prisma
  • MongoDB
  • Tailwind CSS

Features

  • Real-time microblogging
  • Dynamic and responsive design
  • Modern web technologies

Getting Started

Prerequisites

  • Node.js
  • MongoDB installed and running
  • Prisma CLI installed globally (npm install -g prisma)

Installation

  1. Clone the repository
    git clone https://github.com/SwayamBadhe/Twitter-Clone-NextJS.git
    
  2. Navigate to the project directory
    cd twitter-clone
    
  3. Install dependencies
    npm install
    
  4. Set up Prisma
    npx prisma generate
    
  5. Configure .env file with your MongoDB connection string
    DATABASE_URL=
    NEXTAUTH_JWT_SECRET=
    NEXTAUTH_SECRET=
    
  6. Run the development server
    npm run dev
    
  7. Open your browser and go to http://localhost:3000

Contributing

Contributions are welcome!

About

A sleek Twitter clone powered by Next.js, Prisma, MongoDB, and Tailwind CSS. Experience real-time microblogging with dynamic features. Enhance your social experience with modern web technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages