Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 689 Bytes

File metadata and controls

33 lines (25 loc) · 689 Bytes

Chat Application project

This folder contains the frontend. It is built using HTML for the layout, CSS for the styling and ReactJS for the chat functionalities.

Install

  1. Install dependencies
npm install
  1. Copy the .env.example file to .env and fill in the values in the .env file
cp .env.example .env

Usage

npm run start

Run tests

npm run test

Features

  • User authentication and authorization.
  • Real-time messaging between users in a chat room.
  • User-friendly interface.

Contributing

Contributions are always welcome! If you have any bug reports, feature requests, or pull requests, please feel free to submit them.