Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hilaladiii/chateo-client
https://github.com/hilaladiii/chateo-client
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hilaladiii/chateo-client
- Owner: Hilaladiii
- Created: 2024-12-15T17:32:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-23T14:19:36.000Z (26 days ago)
- Last Synced: 2024-12-23T14:23:44.015Z (26 days ago)
- Language: TypeScript
- Size: 427 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`.