Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 471 Bytes

React Chat App

Project Description

This is a chat app for sending text messages and files. Sadly, chatting is only one way, that means there will be no reply of your message. You can upgrade the logic to get reply from other user. There are total 10 different chats. I have used free api, so you can't upload file greater than 100kb.

Installation

Install the zip then, To run the project, run the following commands in cmd:

npm install
npm start