A chat application built with Next.js. Chat with your friends and use brand new features such as GPT-Advisor to answer texts like never before!
- Robust reply system that facilitates organized conversations.
- Integrated sound system for notifications to keep users informed.
- Real-time notifications using WebSockets for instant updates.
- Utilizes the OpenAI API to provide AI-powered suggestions for responses.
- Offers two color modes to tailor the interface to users' preferences.
- Supports both individual and group conversations for versatile communication.
- Image storage in the cloud using Cloudinary for seamless multimedia sharing.
To run the project on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/sergiordg00/bytetalk.git cd bytetalk
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
Sergio Rodríguez de Guzmán