Skip to content

antritue/nextjs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Chat

A simple chat application built with Next.js and Chat Engine. Hosted on Vercel

Features

  • Easy login/sign up
  • Send and receive message, image in real time
  • Create a new group chat
  • Add people to a group chat

Documentation

Run Locally

Clone the project

  git clone https://github.com/antritue/nextjs-chat.git

Go to the project directory

  cd nextjs-chat

Install dependencies

  npm install

Start the server

  npm run dev