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
- Host: GitHub
- URL: https://github.com/paragunhale1998/angular-chat-app
- Owner: ParagUnhale1998
- Created: 2023-09-26T14:15:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T05:28:35.000Z (over 2 years ago)
- Last Synced: 2025-08-07T15:40:00.802Z (11 months ago)
- Topics: angular, css, html, javascript, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 4.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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```