This is a real time web based chat application where users can create or join anonymous rooms and chat without revealing their identity.
- HTML
- SCSS
- JavaScript
- Socket.io
- Axios
- Parcel
- Node Js
- Express
To get a local copy up and running follow these simple example steps.
- Install Node.Js
- Clone the repo
git clone https://github.com/agarwal222/Mini-Chat-App.git
- Install NPM packages
npm install
To run the application on the brouser follow these simplw steps
- Run the Server
npm run ndmn
- Run the Dev script
npm run dev