Skip to content

RajAditya01/ChatterBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

ChatterBox

ChatterBox is a real-time chat application built using Socket.io and the MERN stack (MongoDB, Express.js, React.js, Node.js). It utilizes DaisyUI and Tailwind CSS for a sleek and responsive user interface.

Features

  • Real-time messaging: Users can chat with each other in real-time.
  • User authentication: Secure user authentication system implemented for login and registration.
  • Responsive design: The application is optimized for various screen sizes and devices.
  • MongoDB database: Data is stored and managed using MongoDB, a popular NoSQL database solution.

Technologies Used

  • Socket.io: Enables real-time, bidirectional and event-based communication between web clients and servers.
  • MERN Stack:
    • MongoDB: A NoSQL database used for storing user information and chat messages.
    • Express.js: A backend web application framework for Node.js used for building the RESTful API.
    • React.js: A JavaScript library for building user interfaces, used for creating the frontend of the application.
    • Node.js: A JavaScript runtime environment used for running server-side code.
  • DaisyUI: A component library for Tailwind CSS that provides additional UI components and utilities.
  • Tailwind CSS: A utility-first CSS framework for quickly building custom designs.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js and npm installed on your machine.
  • MongoDB installed locally or accessible via a cloud service like MongoDB Atlas.

Screenshots

image


image


image


image


image

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/chatterbox.git
    

Author