A full-stack Reddit clone built with MongoDB, Express.js, React, and Node.js.
Features
User authentication (register/login)
Create, read, and delete posts
Comment on posts
Upvote/downvote posts and comments
Subreddit organization
User karma system
Tech Stack
Backend
Node.js - Runtime environment
Express.js - Web framework
MongoDB - Database
Mongoose - ODM for MongoDB
JWT - Authentication
bcryptjs - Password hashing
Frontend
React - UI library
React Router - Navigation
Axios - HTTP client