A simplified clone of Reddit featuring user authentication, post creation, and community-based discussions.
- 🔐 User registration and login
- 📝 Create, edit, and delete posts
- 💬 Commenting system
- 👍 Voting mechanism (upvotes/downvotes)
- React | Node.js | Express | MongoDB
git clone https://github.com/yourusername/reddit-clone.git
cd reddit-clone
npm install
npm start