Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tnowad/type-chat-client


https://github.com/tnowad/type-chat-client

Last synced: about 2 months ago
JSON representation

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).