https://github.com/hussain-7/instagram-clone
Tried to clone Instagram using NextJs / Reactjs / Tailwind Css/ Firebase v9 /Custom NextAuth. Has Functionality to add posts (images from local).Like and comment on those images and much more
https://github.com/hussain-7/instagram-clone
customnextauth firebase nextjs reactjs tailwind
Last synced: 3 months ago
JSON representation
Tried to clone Instagram using NextJs / Reactjs / Tailwind Css/ Firebase v9 /Custom NextAuth. Has Functionality to add posts (images from local).Like and comment on those images and much more
- Host: GitHub
- URL: https://github.com/hussain-7/instagram-clone
- Owner: Hussain-7
- Created: 2021-12-04T21:35:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T23:10:05.000Z (over 3 years ago)
- Last Synced: 2025-01-08T06:35:58.740Z (5 months ago)
- Topics: customnextauth, firebase, nextjs, reactjs, tailwind
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + Tailwind CSS
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
It uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.
## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss&project-name=with-tailwindcss&repository-name=with-tailwindcss)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
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](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
## For FireBase Setup
npm install firebase