SOCIAL DEV

screenshot of SOCIAL DEV

Its basically a clone of social media app...

Overview

The Social Media Web Application is a clone of popular social networking platforms such as Signal, Facebook, and Twitter. It offers features such as posting, commenting, and sharing other users' posts, user authentication, notifications, and private messaging. The application is built using React.js for the front-end and Node.js for package management.

Features

  • Posts, Comments, Sharing: Users can create and customize posts with text or image uploads. They can also comment on existing posts and share them by posting a link or iframe instance of the original post.
  • User Authentication: Users can log in using their specific credentials to access posting, commenting, and sharing functionality. JSON Web Token (JWT) is used for authentication instead of external libraries like Passport.js.
  • Notifications: Users receive notifications via email or browser for comments or shares on their posts. They can also toggle notifications on or off for post publications.

Summary

The Social Media Web Application is a comprehensive clone of popular social networking websites. It offers key features such as customizable posts, commenting, sharing, user authentication, and notifications. The application is built using React.js and Node.js, making it a powerful and modern solution for creating a social media platform.