A Simple Chat Application using React JS, a JavaScript library to make awesome UI by Facebook, Node JS, Express JS and MongoDB.
This application uses React JS component oriented UI creation paradigm. All components are written in JSX and ES6 style and are combined to get a single build for production purpose using Webpack 4.
ES6 module
creation along with import /export
is used. Babel is used to transpile all JSX code to vanilla JavaScript code. To install all the dependecies npm
is used.
Back end is implemented using Node JS, Express JS and MongoDB. Atlas, the Cloud version of MongoDB is used. Real time communication is done using Socket.io
For UI creation HTML5 and CSS3 are used. Grid, the new feature of CSS3 is used for layout creation purpose.
This is a responsive web application for viewing in both Mobile and Desktop.
- This is Simple Chat Application
- It is a Full Stack Application
- All the user details, rooms and conversations are stored in the MongoDB Atlas. This is a free/ shared account on Atlas. So Please use it wisely
- Login as well as Logout feature is added
- Error will be shown if the credentials are not correct
- for simplicity passwords are not encrypted
- Real time communication is supported using Socket.io
- Rooms with users are supported
- Conversation of a specific rooms will be shown on clicking the corresponding room
- for mobile screen user can go to the rooms page by clicking the
<-
icon at the end of the screen - Multiline message can be send by hitting
Ctrl + ENTER
- To send a message hit
ENTER
key
- Online / Offline status are shown by the violet dot
- Read / Unread status of conversation is supported
- All the conversation are stored in the database i.e. persistant
- All the timestamps are shown in UTC format to taken into cross browser differences
- Clone the repository using
git clone https://github.com/anijitsahu/react-app-simple-chat-app.git
fromGit Bash / Command Prompt
- Navigate inside the directory by
cd react-app-simple-chat-app
- Install all the necessary dependecies by using
npm install
- Navigate to the directory
cd server
- Run the server by
node server.js
- Open the
2
web browser and typehttp://localhost:3000
in the address bar to load the application in each of them - In one browser login with username
anijit
and passwordanijit123
- In another one login with username
jeetm
and passwordjeetm76
and enjoy chatting
Test users
Username | Password |
---|---|
anijit |
anijit123 |
jeetm |
jeetm76 |
tested with Google Chrome v70 and
Mozilla Firefox Developer Editon
Some screens of the application is given below for better understanding.
Desktop as well as Mobile version of the screenshots are given side by side.
If credentials are not correct