/Socialites

A social media web application

Primary LanguageJavaScript

Socialites

A Social Networking Web Application built from scratch using the MERN tech stack. The website is responsive and can be used in mobile browser as well. Find the live version here


Website Features:

  • Users can create a post, add comments and reactions, see which other users commented and reacted on different posts, and also chat with other users or in a group.
  • Images can also be added in posts or in chats.
  • Posts and reactions to posts and comments can be filtered according to different categories or based on any content searched by user.
  • Post, comments or chat messages can be edited or deleted any time by the user.
  • Each user has a profile page which can be customized easily as per the needs of user.
  • The number of unread messages are available on top of site as well as besides each chat.
  • Online and Offline users in a personal chat or a group chat can be viewed easily.

Authentication Features:

  • Users can login and register using their email and verifying it or they can also login with Google.
  • For a quick look, Users can also take a tour of the website by logging in as a Guest.
  • Users can check the Remember Me option to login once for a specific period of time.
  • The password is stored in database in a hashed format using BcryptJs.
  • For Authorization, Sessions are used with cookies for storing unique sessionID. All major requests to the server, send response only after verifying the session ID of user, which gets assigned to the user on successful login.

Technologies and APIs Used:

FrontEnd

  • The FrontEnd is built using Reactjs, CSS/Bootstrap, HTML and Hooks API for state management in React.
  • Axios Library for API integration and making requests to backend.
  • Fusejs for implementing fuzzy search, based on the Jaro-Winkler algorithm for searching content in the site.
  • Chartjs charting library for creating a Pie chart based on reactions and comments on posts of a user.
  • Howlerjs for adding various sound effects.
  • Count API for maintaining the count of number of visits to the home page of the website.

Backend

  • The Backend is built using Nodejs with Express framework.
  • For database, MongoDB Atlas is used for storing data and querying is done via Mongoose ORM.
  • Redis for mapping sessionID to user data, for authentication and authorization.
  • Socket.io library for real time chat between multiple users.
  • Google OAuth2 API for adding authentication with google.
  • Cloudinary API for uploading and storing images on the cloud.
  • Sendgrid API for sending emails to the users from server for email verification or to reset the password.

Other Features:

  • Fully reusable react components have been created and used in the website.
  • Extensive Error Handling has been used for handling corner cases.
  • Code is well structured, modularized and refactored, all the buisness logic part is separated from the APIs, middlewares, models etc.

The Website is deployed on Heroku platform.


Some snapshots of the website:

Home Page Home

Login Page Login

Register Page Register

All Posts Page all posts

Complete Post Page complete post

Complete Comment Page complete comment

Create Post Page Create

About Page About

Reactions Page complete

All Users Page allusers1 allusers2

Chat Room Pages room room1 Capture Capture1 Capture2

User Profile Pages Profile1 Profile