Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnowad/type-chat-client
https://github.com/tnowad/type-chat-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnowad/type-chat-client
- Owner: tnowad
- License: mit
- Created: 2023-07-25T02:13:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-11T14:31:56.000Z (about 1 year ago)
- Last Synced: 2024-04-13T22:45:43.980Z (9 months ago)
- Language: TypeScript
- Size: 616 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeChat Client
TypeChat Client is the frontend part of the TypeChat application, built using TypeScript, Next.js, Tailwind CSS, and Material-UI (MUI).
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Features
- Real-time chat functionality.
- User-friendly interface with Material-UI and Tailwind CSS.## Getting Started
### Installation
1. Navigate to the client directory:
```bash
cd client
```2. Install dependencies:
```bash
pnpm install
```### Configuration
Pending
## Usage
1. Start the frontend development server:
```bash
pnpm dev
```2. Access the app in your browser at `http://localhost:3000`.
## Contributing
Contributions are welcome! If you find any issues or want to add new features, feel free to submit pull requests.
## License
This project is licensed under the [MIT License](LICENSE).