A cool attempt to clone Twitter using Next.js + Firebase 🚀🤘
Client: Next.js, NextAuth.js, Recoil, TailwindCSS, EmojiMart, Moment.js,Headless-UI, HeroIcons
Backend: Firebase
https://twitter-clone-kuldeep.vercel.app/
- 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
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