Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.22 KB

README.md

File metadata and controls

69 lines (48 loc) · 1.22 KB

Twitter Clone 🔥🎆

A cool attempt to clone Twitter using Next.js + Firebase 🚀🤘

Tech Stack 💻

Client: Next.js, NextAuth.js, Recoil, TailwindCSS, EmojiMart, Moment.js,Headless-UI, HeroIcons

Backend: Firebase

Demo 📄

https://twitter-clone-kuldeep.vercel.app/

Screenshots 📸







Features 🔥

  • Fully Responsive
  • OAuth Login using Google
  • Post Tweet
  • Delete Tweet
  • Like Tweet
  • Post Reply to Tweet
  • Tweets are shown with corresponding timestamps
  • Images can be also added while tweeting
  • Custom emoji picker for tweets

Run Locally 🚧

Clone the project

  git clone https://github.com/kuldp18/twitter-clone.git

Go to the project directory

  cd twitter-clone

Install dependencies

  npm install

Start the server

  npm run dev

Authors 📙