A simple chat application built with Next.js, Tailwind CSS, and Socket.io.
Demo [] []
First, install the dependencies:
npm install
# veya
pnpm install
# veya
yarn install
Then, run the development server:
npm run dev
# veya
pnpm run dev
# veya
yarn dev
Open http://localhost:3000 with your browser to see the result.
- To start the application, follow the steps above.
- Open http://localhost:3000 in your browser.
- Enter your username and click the "Login" button.
- You can now start chatting. Enter your message and click the "Send" button to send messages to other users.
- Real-time chat capabilities.
- User-friendly interface.
- Chat rooms customizable with usernames.
If you want to contribute to this project, you can follow these steps:
- Fork this repository and run it on your own project.
- Make your changes and add descriptive comments.
- Create a pull request.
This project is licensed under the MIT License. For more information, see the LICENSE file.
For any questions or feedback, you can reach us at [email protected] or