Skip to content

JasianE/facebook_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Facebook Clone

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


Features

  • 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!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors