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

https://github.com/paragunhale1998/angular-chat-app

Here i Create Group Chat App Using Angular With JSon Server
https://github.com/paragunhale1998/angular-chat-app

angular css html javascript scss typescript

Last synced: 3 months ago
JSON representation

Here i Create Group Chat App Using Angular With JSon Server

Awesome Lists containing this project

README

          

# Angular Chat App


Angular Chat App

A real-time chat application built with Angular and backed by a RESTful JSON server. This project showcases the power of Angular for creating interactive and dynamic user interfaces.

# Features

- **Real-Time Communication**: Instant messaging with real-time updates.
- **User Authentication**: Secure login system for personalized interactions.
- **RESTful API Integration**: Backend powered by a JSON server for seamless data handling.

# Demo

📹 [Watch the Demo on LinkedIn](https://www.linkedin.com/posts/parag-unhale_angular-devloper-job-activity-7111949863570800640-Nw8H?utm_source=share&utm_medium=member_desktop)

# Clone the Repository

```git clone https://github.com/your-username/angular-chat-app.git```
- cd angular-chat-app
## Install Dependencies
```npm install```

## Start the JSON Server
```npm run server```

## Start the Angular App
```ng serve```