ShayanMahnam / chat-server

Chat Server

Home Page:https://cyf-shayanmahnam-chat-server.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CYF Chat Server

This is a simple chat application created with React and Next.js that allows users to send messages to a server and receive messages from other users in real-time. The application features the ability to add and delete messages, as well as update existing messages.

Demo

Live demo: https://cyf-shayanmahnam-chat-server.vercel.app/


Features

  • Fetch Messages
  • Send Messages in real time
  • Update Messages
  • Delete Messages
  • Responsive design
  • Loading spinner

Technologies

  • React
  • Next.js
  • TypeScript
  • axios
  • Tailwind CSS

Installation

Clone the repository:

git clone https://github.com/ShayanMahnam/chat-server.git

Install dependencies:

npm install

Run the application:

npm run dev

Open the application in your browser at http://localhost:3000.


Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Your commit message'
  4. Push your changes to your fork: git push origin feature/your-feature-name
  5. Submit a pull request

Credits

Code Your Future
Quotes fetched from Glitch

About

Chat Server

https://cyf-shayanmahnam-chat-server.vercel.app


Languages

Language:TypeScript 95.7%Language:CSS 2.4%Language:JavaScript 2.0%