This folder contains the frontend. It is built using HTML for the layout, CSS for the styling and ReactJS for the chat functionalities.
- Install dependencies
npm install
- Copy the .env.example file to .env and fill in the values in the .env file
cp .env.example .env
npm run start
npm run test
- User authentication and authorization.
- Real-time messaging between users in a chat room.
- User-friendly interface.
Contributions are always welcome! If you have any bug reports, feature requests, or pull requests, please feel free to submit them.