harunsasmaz / Funky-Chat

Angular 5 Online Web Chat Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funky Chat

Angular 5 Online Chat Application for web browsers. Start chatting with your friends today! (Of course, on the local network only)

Dependencies

  1. NodeJS - Download and Install latest version of Node: NodeJS
  2. Angular CLI - Install Command Line Interface for Angular: Angular CLI
  3. NPM - Download the latest version of Node Package Manager: NPM

Build & Run

Please, preserve the order below with using two seperated terminal tabs.

  • Important Notice: in client/src/app/chat/shared/services/socket.service.ts, there is a line:

Please fill this line with your current IP address ending with ":8080". Then, you can proceed to the following steps.

Server

$ cd server
$ npm install
$ npm start

Client

$ cd client
$ npm install
$ npm start

Screenshots

Chat screen

first

Edit your username

edit

Display on other devices

phone

About

Angular 5 Online Web Chat Application


Languages

Language:TypeScript 76.0%Language:HTML 14.0%Language:JavaScript 6.6%Language:CSS 3.4%