This is the frontend part of the Chat App project. It includes the login and chat interfaces.
Before you begin, ensure you have met the following requirements:
- Node.js installed
- npm (Node Package Manager) installed
- Clone the repository:
cd toyourRootfolder
git clone <repository-url> .
- Navigate to the project directory and Install dependencies by runing:
npm install
run the app
node app.js
The server will be running at http://localhost:4000.
Open your browser and navigate to http://localhost:4000. You will see the login page.
After successful login, you will be redirected to the chat page. You can also access it directly at http://localhost:4000/chat.html.
Contributions are welcome! Please follow the: contribution guidelines.
This project is licensed under the MIT License.