An open API service indexing awesome lists of open source software.

https://github.com/prakhar-code/chat-app-frontend


https://github.com/prakhar-code/chat-app-frontend

Last synced: about 1 year ago
JSON representation

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.