This project is a Twitter clone, designed to replicate the user interface and experience of the popular social media platform Twitter. It features a responsive layout, dark theme, and key functionalities such as posting, following, and trending topics.
Insert screenshots of the application here to provide a visual overview.
Screenshot 1:
Screenshot 2:
Check out the live demo hosted on GitHub Pages: Twitter Clone Demo
- HTML: Structuring the web page.
- CSS (Tailwind CSS): Styling the application with a utility-first CSS framework.
- SVG Icons (Google Material Symbols and Icons): Utilizing vector icons for a clean and modern design.
Make sure you have the following installed:
- Node.js (for working with Tailwind CSS)
-
Clone the repository:
git clone https://github.com/your-username/twitter-clone.git
-
Navigate to the project directory:
cd twitter-clone
-
Install dependencies:
npm install
-
Make your changes or enhancement.
-
Compile Tailwind CSS:
npm run build
-
Test your changes locally.
-
Fork the repository.
-
Create a new branch for your featuring or bug fix.
git checkout -b feature-or-bug-fix
-
Make your changes and commit them.
git commit -m "Your descriptive commit message"
-
Push your changes to your fork.
git push origin feature-or-bug-fix
-
Open a pull request on the main repository.
This project is not licensed under the MIT License. Feel Free to contribute and share!