A modern LinkedIn-style social feed built with React, Redux, Firebase & Material UI
🔗 Live Demo:
This project is a functional LinkedIn-inspired social feed, created within a week after learning React JS.
It was built by following Sunny Sangha’s YouTube tutorial and includes live authentication, posting, and real-time database updates.
- 🔐 Email Login via Firebase Authentication
- 🗄️ Cloud Firestore Database for storing posts
- ✍️ Create New Posts instantly
- 🔄 Realtime Feed Updates
- 👤 User Menu & Sign-Out
git clone <your-repo-link>
cd linkedin-clonenpm i- Create a Firebase project
- Add a Web App
- Copy your Firebase config
- Paste it inside:
firebase/config.js - Enable Email/Password Authentication
npm startnpm run buildnpm install -g firebase-toolsfirebase loginfirebase init- Select Hosting
- Choose your Firebase project
- Use build as your deployment directory
firebase deployYour clone is now live and shareable! 🎉
- 🔑 Add more login methods
- 🗑️ Post deleting functionality
- 💬 Comment system
💡 Found a bug or have suggestions? Please open an issue — feedback is always welcome!
```
If you'd like, I can also add:
✨ Screenshots section 🎥 GIF preview of the app 📊 Tech stack diagram 🧭 Project directory structure
Just tell me!