A social media web application built using the MERN stack (MongoDB, Express, React, Node.js). This project implements features similar to Facebook, including user authentication, posts, comments, and likes. A project created for TheOdinProject! <-- The goat learning platform
- User Authentication: Sign up, log in, and secure sessions using JWT
- User Profiles: View and edit personal profile information
- Posts: Create, edit, and delete posts
- Comments: Comment on posts and view other users’ comments
- Likes: Like or unlike posts and comments
client/
├── src/
│ ├── components/ # Reusable UI components (Navbar, Post, Comment, etc.)
│ ├── logic/ # API request functions
│ ├── App.js # Root component with routes
│ └── index.js # Entry point
├── public/
└── package.json # I LOVE NPM and WEBPACK!!