AKR-2803 / chatApp

Simple message sending app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp Using React

A simple message sending app using React.

Demo

You can visit the deployed site here.

Some texts might be already visible which are sent via others, similar to a group chat.

Deployment

Make sure you have Node.js installed. You can install it from here

To deploy this project download the zip file into a local directory, which will be your current working directory.Type this command to change the current directory.

  cd /path to your directory/

Install node_modules

Install the node_modules folder using npm, type this command in the terminal

  npm i

npm start

Run this command to host the app to http://localhost:3000/.

  npm start

The app should be hosted. In case of queries, feel free to contact me.

About

Simple message sending app.


Languages

Language:JavaScript 57.9%Language:CSS 24.5%Language:HTML 17.5%