https://github.com/anup-naik/chat-client
Front-end for Chat-Server Using Angular
https://github.com/anup-naik/chat-client
angular chat-application socket-io
Last synced: about 2 months ago
JSON representation
Front-end for Chat-Server Using Angular
- Host: GitHub
- URL: https://github.com/anup-naik/chat-client
- Owner: Anup-Naik
- Created: 2025-04-29T17:55:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-11T11:40:32.000Z (about 1 year ago)
- Last Synced: 2025-05-12T19:10:03.884Z (about 1 year ago)
- Topics: angular, chat-application, socket-io
- Language: SCSS
- Homepage:
- Size: 7.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-Client
A Angular Front-end App for Chat-Server.
## Usage
To start a local server, run:
```shell
ng serve --open
```
Opens your browser and navigates to `http://localhost:4200/`.
## Routes
BaseUrl → `http://localhost:4200`
- `/` → Renders the Home Component.
- `/signup` → Renders the SignUp Component.
- `/login` → Renders the Login Component.
- `/dashboard` → Renders the Dashboard Component.
- `/dashboard/chat` → Renders the Chat Component Child of Dashboard.
- `/**` → Renders the Pagenotfound Component.