Skip to content

This is our implementation of a chat web application

License

Notifications You must be signed in to change notification settings

OmrArad/Chat-App

Repository files navigation

Chat-App

This is a our implementation of a chat app that allows users to register and login to a chat room where they can exchange messages with other users.

Features

  • User registration: Users can create an account with their email and a password.
  • User login: Registered users can log in to the app with their email and password.
  • Chat page: Once logged in, users can access the chat page where they can send and receive messages.
  • Simple UI: The app has a simple and user-friendly UI.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • MERN (Mongoose, Express, React, Node.js)
  • WebSockets (Socket.io)

Installation

  1. Clone the repository:
    git clone https://github.com/OmrArad/Chat-app.git
    
  2. Install the dependencies:
    cd Chat-app/mvc
    npm install
    
  3. Start the server:
    cd Chat-app/mvc
    npm start
    
  4. Open your browser and go to http://localhost:5000 to access the app.

Usage

  1. Register a new account by clicking the "Register" button on the login page.
  2. Log in to the app with your username and password.
  3. Access the chat page and start sending messages.

Contributors

About

This is our implementation of a chat web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors