Skip to content

ferilsunu/Twitter-Clone-Nextjs

Repository files navigation

Next.js Twitter Clone 🐦

Twitter clone built with Next.js, React, and Tailwind CSS.

Features

  • ✨ Real-time Notifications
  • 🚀 Responsive design using Tailwind CSS
  • 📝 Post and view tweets
  • ❤️ Like and retweet functionality
  • 📷 Upload and view images in tweets, Bio

Demo

Check out the live demo here

Local Setup

  1. Clone the repository:
git clone https://github.com/your-username/nextjs-twitter-clone.git
  1. Navigate to the project directory

  2. Install dependencies

npm install
# or
yarn install
  1. Create a .env.local file in the root of the project and add the following:
DATABASE_URL=""
NEXTAUTH_JWT_SECRET=""
NEXTAUTH_SECRET=""
  1. Start the development server:
npm run dev

Screenshots

App Screenshot

Releases

No releases published

Packages

No packages published

Languages