prahladtimalsina / instagram-clone-2023

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

Home Page:https://instagram-clone-nextjs-beta.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

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

https://instagram-clone-nextjs-beta.vercel.app/

License:MIT License


Languages

Language:JavaScript 98.7%Language:CSS 1.3%