This is a static clone of Discord's user interface, built to closely replicate the look and feel of the real application. It's designed for practice, portfolio purposes, or UI reference—no backend or API integration is included.
https://discord-clone-seven-gamma.vercel.app/
- Clean and modern Discord-like UI
- Responsive layout for desktop and mobile
- Built with reusable and organized components
- Dark theme similar to Discord’s native interface
- Framework: React
- Language: TypeScript
- Styling: Tailwind CSS
- Build Tool: Vite or Create React App (update accordingly)
- Clone the repository:
git clone https://github.com/Amirmohamadhejazi/discord-clone.git
cd discord-clone- Install dependencies:
npm install- Start the project:
npm run devdiscord-clone/
├── public/
│ └── images/
├── src/
│ ├── components/
│ ├── pages/
│ └── assets/
├── package.json
└── README.md
This project is static only and not connected to any real-time services, authentication systems, or databases.
Contributions are welcome! Feel free to fork, improve, or use the UI in your own projects.
This project is open-source under the MIT License.
