Skip to content

Build Instagram 2.0 with REACT.JS! (Next.js, Tailwind CSS, Firebase v9, NextAuth, Recoil)

License

Notifications You must be signed in to change notification settings

prahladtimalsina/instagram-clone-2023

Repository files navigation

Link

Dark Mode Default
Instagram Clone Instagram Clone

Overview

Instagram Clone Instagram Clone

Deploy the example using Vercel:

Deploy with Vercel

Overview

Description

👉 Build a fully functional Instagram feed with comments!!! 👉 Use Tailwind CSS to build a FULLY mobile responsive web app! 👉 Build a custom authentication screen using NextAuth! 👉 use Firebase storage API and upload images! 👉 use Recoil as a state management tool! 👉 use dark mode!

Running Locally

git clone https://github.com/prahladtimalsina/instagram-clone-2023.git
cd instagram-clone-2023
yarn install
yarn dev

Create a .env.local file

  • GOOGLE_CLIENT_ID=[google client id]
  • GOOGLE_CLIENT_SECRET=[google client secret]
  • NEXTAUTH_URL=[next auth url]
  • SECRET=[generate secret from terminal]