karanvirsb / chat_app_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatter

A chat app that allows users to create groups and channels within those groups in order to send messages to one another.

Run Locally

Clone the project

Also Clone the backend here

To begin cloning

  git clone https://github.com/karanvirsb/chat_app_client.git

Go to the project directory

  cd chat_app_client

Install dependencies

 npm install - OR -
 pnpm install

Start the server

  npm run dev - OR -
  pnpm run dev

Go to http://localhost:3000 in your browser and create an account and then start chating

How To

Create A Group

  • Go to the + button
  • Type in the group name

How to message

  • Click on the send message
  • Type in a message you would like to send.
  • Then press enter to send the message.

Invite users

  • Go to the drop down with the group name to invite users

User Stories

Tech Stack

Front-End:
Back-End:

Features

Features being worked on

[x]

How it looks

About


Languages

Language:TypeScript 98.4%Language:JavaScript 0.9%Language:CSS 0.4%Language:HTML 0.3%