UI for a chat application along with some functionalities such as searching.
For live demo check-out https://zchat1.surge.sh/
- Node
- npm
- git
-
Clone the repo
git clone https://github.com/wulforr/zchat.git
-
Install the dependencies
npm install
-
Run the application
npm start
This will start the application on port 3000 in your default browser.
- You can search for people to chat with
- You can send messages to people
- You can add new people and chat with them
- Chat List on left shows a list of people with last message of the chat and time of last message
- On sending a message the Chat List updates accordingly and shows most recent chat on top
ReactJs has been used to make this project and firebase is used for authentication and saving chats data.