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
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)