Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.25 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.25 KB

Interactive Chat Application 💬

Features 🌟

Modern and Responsive User Interface

  • Developed using ReactJS for dynamic and seamless user experience. 🎨
  • Styled with TailwindCSS for fast and efficient styling. ⚡
  • Utilized DaisyUI components for a clean and consistent design. 🖌️

Scalable Backend

  • Built with NodeJS and Express for robust and efficient server-side operations. 🖥️
  • Ensured efficient data handling and secure API endpoints. 🔒

Real-Time Messaging

  • Integrated SocketIO for real-time, instantaneous communication. ⏱️
  • Implemented JWTtokens for secure message exchanges. 🔑

Technology Stack 🛠️

Frontend

  • ReactJS 🌐
  • TailwindCSS 🎨
  • DaisyUI 🌈

Backend

  • NodeJS 🚀
  • Express 🕸️

Real-Time Features

  • SocketIO
  • JWTtokens 🔒

Setup and Installation 🛠️

  1. Clone the repository:
    git clone https://github.com/yourusername/ChatbaseApp.git
    cd ChatbaseApp
    
  2. Install dependencies::
    npm install
    
  3. Run the application::
    npm start
    

Usage:

  • Open your browser and navigate to 'http://localhost:3000'.
  • Register or log in to start chatting with other users.