A web application that mimics a digital posting wall where users can create accounts/profiles and then comment on posts and create their own posts.
Live demo link: https://social-app-client-mern.vercel.app/
This is a full stack (front-end and back-end) web apllication project that I coded using the MERN stack.
- Registration
- Logging in
- Logging out
- Multiple users
- Adding and saving a profile (Profile information includes a profile image)
- Editing your own profile
- Viewing your own profile
- Viewing other people's profiles
- Personalize your home screen by adding your own cover image
- Add posts to the common posting wall
- Add a comment reply to any post
- Add a comment reply to any other comment
- Delete any of your own posts
- JavaScript
- JSX
- CSS
- HTML
-
React (JS Framework)
-
MongoDB (Database)
-
Mongoose (Object Data Modeling)
-
Express (Web Framework)
-
Node.js runtime environment (Server)


