A full-stack application, built using Next.js, Tailwind CSS and Supabase Back-End, which implements a bare-bones Twitter clone 🍁.
If anything isn't written as good as it should be, please notify me, am still new to tailwindcss
Our App will has the following features:
- Authentication using Supabase GitHub Authentication
- an option to add a new tweet
- an option to view a list of tweets
- an option to view the profile of a user with only their tweets
This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.
Deploy the example using Vercel or preview live with StackBlitz
##🧶 How to use
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).
Please raise an issue, before contributing to the project.