Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hilaladiii/chateo-client


https://github.com/hilaladiii/chateo-client

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# 📬 Personal Chat Application

This is a **personal experimental project** where I challenge myself to build a chat application **from scratch** using **Next.js** for the frontend and **NestJS** for the backend. The project is a result of my passion for learning through hands-on experimentation, starting from the initial design phase to development and testing.

## 🚀 Project Overview

This project is a simple, yet feature-rich, chat application that allows users to send and receive messages in real-time. The design is heavily inspired by the [Chateo UI Kit]() available on Figma. I found the design clean, modern, and a perfect fit for my learning goals.

## 🛠️ Tech Stack

- **Frontend**: [Next.js](https://nextjs.org/) — for server-side rendering and seamless API integration.
- **Backend**: [NestJS](https://nestjs.com/) — for creating a robust, maintainable server-side application.

## 📝 How to Run the Project

1. **Clone the repository**:

```bash
git clone https://github.com/Hilaladiii/chateo-client.git
```

2. **Install dependencies**:

```bash
cd chateo-client
npm install
```

3. **Run the development server**:

```bash
npm run dev
```

4. **Access the application**:
Open your browser and go to `http://localhost:3000`.