Twitter (web) clone built using TailwindCSS 2
Preview: https://anaseqal.github.io/twitter-clone-tailwind/
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">
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.