-
Real-time Chat: Users can engage in real-time chat with each other, creating a seamless communication experience.
-
Authentication: Secure user authentication is implemented to ensure that only authorized users can access the application.
-
Friend Management: Users can add and manage friends within the application, enhancing the social aspect of the platform.
-
Notification System: Stay updated with a built-in notification system that alerts users to new friend requests.
-
Install Node.js Angular requires Node.js, so make sure you have it installed. If not, you can download and install it from the official website: Node.js Download
-
Install Angular CLI Angular CLI is a command-line interface for Angular, and it helps you create, build, test, and deploy Angular applications. Install Angular CLI globally using npm (Node Package Manager):
$ npm install -g @angular/cli
Clone this repository
$ git clone https://github.com/marinactonci/ChatApp.git
Go into the repository
$ cd ChatApp
While in the project directory, install the project dependencies using:
$ npm install
Start localhost server
$ ng serve -o
(The -o flag opens the application in your default web browser. After running this command, you should see your Angular app running locally.)