This project is a live chatting website with custom rooms where any number of people can join a room by its ID or create a new room. The chat functionality is in real-time, allowing users to communicate seamlessly.
Frontend:
Backend:
To get a local copy up and running, follow these simple steps:
Clone the repo
git clone https://github.com/manishjhacse/Live-Chat-Application.git
Navigate to the project directory
cd Live-Chat-Application
Install NPM packages for frontend and backend
Start the backend server
Start the frontend development server
Open your browser and navigate to http://localhost:5173
to access the live chatting website.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For major changes, please open an issue first to discuss what you would like to change.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)