Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 877 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 877 Bytes

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