Skip to content

A simple chat application built with Next.js, Tailwind CSS, and Socket.io.

License

Notifications You must be signed in to change notification settings

iamnullman/next-chat

Repository files navigation

next-chat (v0.1.0)

A simple chat application built with Next.js, Tailwind CSS, and Socket.io.

Demo [GitHub license] [Stars]

Preview

Preview Preview Preview

Getting Started:

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.

How to Use:

  1. To start the application, follow the steps above.
  2. Open http://localhost:3000 in your browser.
  3. Enter your username and click the "Login" button.
  4. You can now start chatting. Enter your message and click the "Send" button to send messages to other users.

Features:

  • Real-time chat capabilities.
  • User-friendly interface.
  • Chat rooms customizable with usernames.

Contributing:

If you want to contribute to this project, you can follow these steps:

  1. Fork this repository and run it on your own project.
  2. Make your changes and add descriptive comments.
  3. Create a pull request.

License:

This project is licensed under the MIT License. For more information, see the LICENSE file.

Contact:

For any questions or feedback, you can reach us at [email protected] or Discord

About

A simple chat application built with Next.js, Tailwind CSS, and Socket.io.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages