Twitter clone using TailwindCSS
The Twitter Clone TailwindTwitter is a web-based clone of the popular social media platform Twitter. It is built using TailwindCSS 2 and offers a similar user interface and functionality to Twitter. The clone provides a preview available at this link.
To install the Twitter Clone TailwindTwitter, follow these steps:
Clone the repository using the following command:
git clone https://github.com/anaseqal/twitter-clone-tailwind
Install the dependencies by running the command:
npm install
For development purposes, you can run the clone using the following command:
npm run dev
For production deployment, use the command:
npm run prod
To enable dark mode, add the “dark” class to the HTML tag:
<html class="dark">
The Twitter Clone TailwindTwitter is a web-based clone of Twitter, developed using TailwindCSS 2. It offers a similar user interface and features, allowing users to experience the look and feel of the popular social media platform. The clone supports dark mode and can be easily installed and deployed using the provided steps. Contributions are welcomed through pull requests on the repository.