Welcome to the frontend of the Chat Application! This part of the project is built using React, Daisy UI, and JavaScript. The project is optimized for fast development using Vite.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/Prakhar-code/Chat-App-Frontend.git
- Navigate to the project directory:
cd Chat-App-Frontend - Install the dependencies:
npm install
- Start the development server:
npm run dev
- The backend will be running on http://localhost:5173.
- Real-time chat functionality
- User authentication
- Responsive design using Daisy UI
- Fast and optimized development with Vite
Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the code style and include tests for any new features or bug fixes.