This is a simple web application where users can join any room or create a new room and chat to people anonymously. For this application, on the UI/UX aspect, my approach was to go for a minimilistic design that is light on eyes. The following image is the landing page when the user opens the application. Chat-Net is written using:
-
Node.js
-
HTML
-
CSS
-
JavaScript
- Set the directory once you have cloned the repository:
cd chat-net
-
Use the following command to install all the necessary dependencies:
npm install
-
Run the software using the following command:
npm run dev
This will install all the necessary npm packages that has been used to built it. Which are
The whole point of this project is to utilise sockets as much as we can and understand their concept.