Skip to content

wulforr/zchat

Repository files navigation

zChat

UI for a chat application along with some functionalities such as searching.

Live Demo

For live demo check-out https://zchat1.surge.sh/

Prerequisites

  • Node
  • npm
  • git

Installation

  1. Clone the repo
     git clone https://github.com/wulforr/zchat.git
  2. Install the dependencies
    npm install
  3. Run the application
    npm start

    This will start the application on port 3000 in your default browser.

Features

  • 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

Technologies used

ReactJs has been used to make this project and firebase is used for authentication and saving chats data.

About

A chat application made using react and firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published