https://github.com/hilaladiii/chateo-client
https://github.com/hilaladiii/chateo-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hilaladiii/chateo-client
- Owner: Hilaladiii
- Created: 2024-12-15T17:32:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T22:10:42.000Z (5 months ago)
- Last Synced: 2025-04-09T19:57:37.189Z (about 1 month ago)
- Language: TypeScript
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.