twitter-clone-tailwind icon indicating copy to clipboard operation
twitter-clone-tailwind copied to clipboard

Twitter clone using TailwindCSS

Twitter Clone Tailwind

Twitter (web) clone built using TailwindCSS 2

Preview: https://anaseqal.github.io/twitter-clone-tailwind/

alt text

Install

  • git clone https://github.com/anaseqal/twitter-clone-tailwind
  • npm install

Run Development

  • npm run dev

Run Production

  • npm run prod

Dark / Light

  • toggle dark class in html tag: <html class="dark">

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.