Coder Social home page Coder Social logo

chat-app's Introduction

MERN Stack - Chat Application

Webapp is live here

Technologies Stack

  • MERN
  • ReacJS
  • NodeJS
  • ExpressJS
  • MongoDB
  • Socket.io
  • Material UI

To-Do List

Fronted
  • Login Page.
  • Chat window template.
  • List of users(Conversations).
  • Set active conversation.
  • Render particular user's chats.
  • Create new message form.
  • Connect backend.
  • Setup socket IO Client.
  • Add Emotes.
  • Change the color scheme.
  • Fetch users fom db.
  • Change the msg background and font colors.
  • Set up socket IO 'msg-sent', 'msg-pending', and 'msg-not-sent' events.
  • Separate icons for msg statuses.
  • Responsiveness.
  • Back Button in mobile view.
  • Add date.
  • Select a message.
  • Dropdown on a message.
  • Align checkboxes, online status dot!
  • Delete a message.
  • Delete a whole convo (functionality of 3 dots).
  • Message notifications.
  • Forward a message.
  • Identify the type of user, i.e, Learner/Educator/Institute.
  • Create a group conversation.
Backend
  • Create a Mongo DB cluster.
  • Create placeholder users DB.
  • Create placeholder chats DB.
  • Setup Socket IO server.
  • Online user communication.
  • Implement Wait Queues for offline users.
  • Connect to mongoDB cluster.
  • Insert new Message into Database.
  • Connect to users database.
  • Add status field to the chats collection.
  • Set up socket IO 'msg-sent', 'msg-pending', and 'msg-not-sent' events.
  • Besides flushing messages to a newly logged in user, inform those messages' senders that these messages are now sent.
  • Setup Wait queues for socket io events as well.
  • Update messages' statuses on the database after flushing them.
  • Delete a message.
  • Delete a whole convo end-point.
  • Message notifications.
  • Forward a message.
  • Create a group functionality.
  • Add users to group.
Other (Or Common)
  • Differentiate sent, pending and unset message.
  • Differentiate between active and inactive(offline) users.
  • Differentiate read and unread messages.
Feel free to contibute and open any issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.