A full-stack social platform where users can create posts, like, comment, and explore events.
Built using React, Firebase Authentication, Node.js, Express, and MongoDB.
- 🔐 Firebase Authentication (Google / Email)
- 📝 Create posts with images
- ❤️ Like & unlike posts
- 💬 Comment on posts
- 📅 Events page with image support
- ⚡ Real-time UI updates
- 🎨 Clean and responsive UI
- React (Vite)
- Firebase Authentication
- CSS
- Node.js
- Express.js
- MongoDB (Mongoose)
- MongoDB Atlas / Local MongoDB
- Firebase Authentication (user identity)
project-root/
│
├── public/
├── src/
│ ├── components/
│ ├── assets/
│ └── api.js
│
├── backend/ # Node + Express backend
│ ├── models/
│ ├── pages/
│ └── server.js
│
└── README.md
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name