Skip to content

YnMann/chat_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Messenger Frontend

This repository contains the frontend application for a chat messenger built using React and Redux Toolkit.

Features

  • Real-time messaging: Instantly send and receive messages in real-time.
  • User authentication: Securely authenticate users and manage user sessions.
  • User profiles: View and manage user profiles, including avatars and status updates. [IN DEVELOPMENT]
  • Group chats: Create and participate in group chats with multiple users. [IN DEVELOPMENT]
  • Message history: Access chat history and search for specific messages. [IN DEVELOPMENT]
  • Notifications: Receive notifications for new messages and mentions. [IN DEVELOPMENT]
  • Customization: Personalize your chat experience with themes and settings. [IN DEVELOPMENT]

Acknowledgements

  • React
  • Redux Toolkit
  • React Router
  • Sass
  • Vite

Installation

  1. Clone the repository:

    git clone https://github.com/YnMann/chat_frontend.git
    
  2. Navigate to the project directory:

    cd frontend
    
  3. Install dependencies:

    npm install
    

Usage

Start the development server:

npm run dev

Building for Production

To build the application for production, run:

npm run build

The optimized production build will be available in the specified output directory.

License

This project is licensed under the MIT License