This project is a clone of Twitter that mimics the functionality of Twitter.
I used Next.js and React for front-end, and Firebase for back-end services like user authentication and real-time data updates. Leveraged Redux for predictable state management and Tailwind CSS for responsive UI, ensuring a robust, secure, and user-friendly application.
The live server link is https://twitter-clone-8w1z.vercel.app/.
This is a Next.js project bootstrapped with create-next-app.
In order to run this github repo, download all dependencies and then run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.