Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 697 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 697 Bytes

HelloAmp

HelloAmp is a real-time chat applicaion where users can create groups and chat or chat privately.Users also receive notifications of messsages from chats

Deployed website link:

https://helloamp.onrender.com

Features

  • Real-time chatting
  • Create groups and have a group admin to manage the group
  • Receive notifications of new messages from chats
  • Search users by email or name
  • Upload profile photo

Technologies used

Frontend

  • ReactJS
  • ChakraUI (A ReactJS Components library)
  • HTML
  • CSS
  • Socket.io client (For websocket connection)

Backend

  • NodeJS
  • ExpressJS
  • MongoDB
  • Mongoose
  • Socket.io (For websocket connection)