Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.71 KB

Full Stack Chatroom App MERN

This is a chatroom application that lets users create different rooms(channels) and text with other people. We get to do the following things :

  1. Sign In using Google Authentication with a single click.
  2. Create Rooms(channels)
  3. Click on any server and Chat with people real-time.
  4. Sign Out with one click.

The application is live, you can try it out from the following link : https://fullstackchatroom.netlify.app/

Tech-Stack (Frontend)

  1. HTML
  2. CSS
  3. Material UI
  4. ES6, Javascript
  5. React JS
  6. Redux

Tech-Stack (Backend)

  1. Firebase (For Google Authentication Only)
  2. Node JS
  3. Express JS
  4. MongoDB Atlas
  5. Mongoose
  6. Pusher
  7. Axios API

Here are some Screenshots from the project

Screenshot (211)

Screenshot (213)

Screenshot (214)

Screenshot (215)

Screenshot (217)

Screenshot (218)

Screenshot (219)

Screenshot (220)