Skip to content

A React and Tailwind based Chat Room app Web application, where users can connect to room and send messages

License

Notifications You must be signed in to change notification settings

jsvigneshkanna/VangaPesuvom-React-Tailwind-ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VangaPesuvom-React-Tailwind-ChatApp

A React and Tailwind based Chat Room app Web application, where users can connect to room and send messages

chatApp-React-SocketIO

A broadcast room based chat application running with SocketIO(Backend) and React(Frontend)

Backend

Installation

. npm install socket.io express nodemon cors

Frontend

-Runs with socket-client, React

Installation

. npm install socket.io-client nanoid react-scroll-to-bottom react-router-dom

Creating new React app

  • download the nodejs from [https://nodejs.org/en/]
  • npx create-react-app my-app
  • cd my-app
  • npm start (This will open in http://localhost:3000 showing the contents of src/App.js)
  • delete the folder src and create your own website

Folder Structure

  • src/index.js (JS file)
  • src/index.css (CSS file)

About

A React and Tailwind based Chat Room app Web application, where users can connect to room and send messages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published