Skip to content

enn-dee/FullStack--ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

A real-time chat application built with React, Express, MongoDB, Socket.IO, Tailwind CSS, DaisyUI, Toast, and Zustand.

Table of Contents

Features

  • Real-time messaging using Socket.IO
  • User authentication
  • MongoDB for storing chat data
  • Stylish UI with Tailwind CSS and DaisyUI
  • Toast notifications for important events
  • State management with Zustand

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/chat-app.git
    cd chat-app

    Install dependencies:

    npm install

    Install client dependencies

    cd Frontend
    npm install

Start the server

npm run server

Technologies Used

React Express MongoDB Socket.IO Tailwind CSS DaisyUI Toast Zustand Contributing If you would like to contribute to the project, please follow the Contributing Guidelines