A responsive clone of the X (formerly Twitter) platform built with modern web technologies.
- ✅ Mobile Responsive – Works beautifully across all screen sizes.
- 🔄 Fetch API Integration – Posts are generated dynamically using Fetch API.
- ✨ Clean and intuitive UI.
- ⚡ Fast performance with smooth interactions.
| Desktop View | Mobile View |
|---|---|
![]() |
![]() |
![]() |
![]() |
- Next.js
- Tailwind CSS for styling
- Fetch API for dynamic post generation
- React Icons for UI elements
project-root/
│
├── components/ # Reusable components
├── pages/ # App routes and logic
├── public/ # Static assets
├── styles/ # Tailwind and global CSS
└── README.md
- Clone the repository
git clone https://github.com/your-username/x-clone.git
cd x-clone- Install dependencies
npm install- Run the development server
npm run dev


