Next.js, Google Authentications using Next Auth, Firrebase V9, Recoil, Tailwind CSS, Mobile Responsive
We can add posts also and can give a like to it comment on it, You can sign in using Google Authentication, you can sign out.
Preview the example live on StackBlitz:
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).