Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.09 KB

LocalMessBoard

Messaging App Project

Overview

This project is a simple messaging app built for a local network. It is cross-platform and can be accessed through any device with a web browser, such as PCs and Android phones.

Features

  • Real-time messaging within a local network.
  • Cross-platform compatibility.
  • Simple and intuitive user interface.

Technologies Used

  • Front-end: HTML, CSS (Tailwind), JavaScript
  • Back-end: Node.js, Express.js, Socket.IO

How to Run the App

  1. Install Node.js on your machine.
  2. Navigate to the project directory and install the required packages using npm install.
  3. Start the server with node server.js.
  4. Access the app through a web browser at http://<local-server-ip>:3000.

Project Structure

  • index.html: The front-end HTML file for the messaging interface.
  • server.js: The Node.js server file handling the messaging logic.

Contributions

This project is open to contributions. Feel free to fork the repository and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.