π§ Work in Progress β A Twitter-inspired UI clone built with β‘ Next.js + Tailwind CSS. Currently frontend-only, featuring clean layouts, responsive design π±, and support for light π & dark π themes.
π Live Demo: twitter-clone π» Source Code: GitHub Repo
- π¨ Pixel-perfect Twitter UI β timeline, posts, profiles & sidebar layout
- ππ Light & Dark mode with theme toggle
- π¬ Post composer mockup (UI only, no backend yet)
- β€οΈ Like / π Retweet / π₯ Follow button states
- π± Responsive design β mobile-first, tablet & desktop optimized
- π§© Reusable components β Navbar, Feed, Sidebar, PostCard, ProfileCard
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- State Management: React hooks
- Deploy: Vercel
βββ app/ # Next.js pages & layouts
βββ components/ # Reusable UI (Navbar, Feed, PostCard, Sidebar)
βββ public/ # Screenshots & static files
βββ styles/ # Global Tailwind styles
βββ package.json
βββ README.md# 1) Install deps
npm install
# 2) Run dev server
npm run dev # http://localhost:3000
# 3) Build for production
npm run build
npm start- π Authentication (NextAuth / Clerk)
- πΎ Database for posts & users (Prisma + PostgreSQL)
- πΈ Image upload support
- π Notifications system
- π Real-time feed (WebSockets)
Built by Arslan Javed β GitHub


