Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.16 KB

Chattie

Chattie is a real-time chat application that enables users to communicate with each other instantly. Leveraging modern web technologies, Chattie provides a seamless chatting experience with a client-server architecture to handle live messaging, user authentication, and more.

Features

  • Real-time Messaging: Instantly send and receive messages.
  • User Authentication: Secure user login and registration.
  • Private and Group Chats: Create private chats or group conversations.
  • Responsive UI: A clean and responsive user interface for an optimal chatting experience across different devices.

Getting Started

To get Chattie up and running on your local development machine, follow the steps below. Ensure you have Node.js (version 18.x or above) and Yarn installed.

Installation

  1. Clone the Repository:

    Begin by cloning Chattie to your local machine using the following command:

    git clone https://github.com/Xperienced-Tekie/dev-project-2.git
    cd dev-project-2
    
  2. Install the Dependency:

    yarn install
    
  3. Start server:

    yarn start