https://github.com/prakhar-code/chat-app-frontend
https://github.com/prakhar-code/chat-app-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/prakhar-code/chat-app-frontend
- Owner: Prakhar-code
- Created: 2025-03-14T17:06:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T17:12:28.000Z (about 1 year ago)
- Last Synced: 2025-03-14T18:34:22.016Z (about 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-App-Frontend 💻💬
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**.
## Table of Contents 📚
- [Installation](#Installation)
- [Usage](#Usage)
- [Features](#Features)
- [Contributing](#Contributing)
## Installation 🛠️
To get started with the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Prakhar-code/Chat-App-Frontend.git
```
2. Navigate to the project directory:
```bash
cd Chat-App-Frontend
```
3. Install the dependencies:
```bash
npm install
```
## Usage 🚀
1. Start the development server:
```bash
npm run dev
```
2. The backend will be running on [http://localhost:5173](http://localhost:5173).
## Features
- Real-time chat functionality
- User authentication
- Responsive design using Daisy UI
- Fast and optimized development with Vite
## Contributing
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.