https://github.com/shobhit1812/reactjs-chat-app
Simple chat application using reactjs and nodejs.
https://github.com/shobhit1812/reactjs-chat-app
chat-application expressjs nodejs reactsjs socket-io
Last synced: 3 months ago
JSON representation
Simple chat application using reactjs and nodejs.
- Host: GitHub
- URL: https://github.com/shobhit1812/reactjs-chat-app
- Owner: shobhit1812
- Created: 2022-11-06T17:24:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T05:46:17.000Z (over 2 years ago)
- Last Synced: 2025-01-22T15:35:13.738Z (5 months ago)
- Topics: chat-application, expressjs, nodejs, reactsjs, socket-io
- Language: JavaScript
- Homepage: https://sanvaad-app.vercel.app/
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reactjs-Chat-App
Simple chat application using reactjs and nodejs.
## Key Features
* Realtime Chat Integration
* User Registration## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone {my repo url}# Go into the repository
$ cd backend# Install dependencies
$ npm install# Go into the repository
$ cd frontend# Install dependencies
$ npm install# Run the backend
$ node server.js# Run the frontend
$ npm start```
## Project Screenshots 🕊
### Login Page
### Joining of user
### Chat Page
### User Left
> Website [Shobhit Nautiyal](https://shobhitnautiyal.vercel.app/) ·
> GitHub [@shobhit1812](https://github.com/Shobhit1812) ·