ChatApp offers a user-friendly interface that enables you to send friend requests and engage in conversations with your friends. The intuitive design enhances the overall user experience, making it easy to connect with others, send requests, and seamlessly chat within the application.
- Clone the repository:
git clone https://github.com/wessim2/nextjs-chatapp.git
cd nextjs-chatapp
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev