🚀 Live Demo: https://linkedin-clone-a3f89.web.app/
A fully functional LinkedIn Clone built using React JS, Redux, Firebase & Styled-Components. This project replicates core LinkedIn features like authentication, posting, and real-time updates.
- 🔐 Google Authentication (Firebase Auth)
- 📝 Create & share posts
- 🖼️ Upload images & videos (React Player support)
- ❤️ Like posts with real-time updates
- 🔄 Auto-login on refresh
- 📱 Fully responsive design
- 🚪 Sign out functionality
- ⚛️ React JS
- 🧠 Redux
- 🔥 Firebase (Auth + Firestore + Hosting)
- 💅 Styled Components
👉 https://linkedin-clone-a3f89.web.app/
- Clone the repository
git clone https://github.com/your-username/linkedin-clone.git
cd linkedin-clone- Install dependencies
npm install- Setup Firebase
- Create a project on Firebase
- Add a web app
- Copy Firebase config
👉 Paste config in:
src/firebase/config.js- Enable Google Authentication
npm run buildfirebase login
firebase init
firebase deploy- 🗑️ Delete posts
- 💬 Add comments on posts
- 🔔 Notifications system
- 🔑 Multiple authentication methods
Feel free to fork this repo and improve it. If you find any bugs or have suggestions, open an issue 🚀
If you like this project, give it a ⭐ on GitHub!