Ankit628792 / Instagram-Rebuild

Instagram Feed

Home Page:https://instagram-rebuild.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Feed

  • manage your posts
  • like and comment on other user's post
  • google authentication
  • responsive UI


Installation

  1. Clone the repo

    git clone https://github.com/Ankit628792/Instagram-Rebuild.git
  2. Install NPM packages

    npm install
  3. Setup authentication and firestore in firebase with your google account. Get Google_ID and Google_SECRET_KEY from firebase

  4. Enter your Google_ID and Google_SECRET_KEY .env in root folder

     GOOGLE_CLIENT_ID = 'ENTER YOUR GOOGLE_ID';
     GOOGLE_CLIENT_ID = 'ENTER YOUR GOOGLE_SECRET_KEY';
     NEXTAUTH_URL = 'http://localhost:3000'
    

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Ankit Kumar - @ankit_628792

< ----------------------------------------------------------------------------------------------------------------------->

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v2.2) with Next.js. It follows the steps outlined in the official Tailwind docs.

It uses the new Just-in-Time Mode for Tailwind CSS.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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).

About

Instagram Feed

https://instagram-rebuild.vercel.app/

License:MIT License


Languages

Language:JavaScript 92.5%Language:CSS 7.5%