Skip to content

rameshkrishnan/trader-client

Repository files navigation

Trader Client

This is the client web application for [Trader Desktop] (https://github.com/archfirst/trader-desktop), a simple mock server for trading platform. This webapp developed with help of [AngularJs Template] (https://github.com/archfirst/angular-template). Learning exercise.

Requirements

  • Install Node
  • Open terminal
  • Type npm install -g node-inspector bower gulp

Quick Start

Clone this repo and run the content locally:

$ npm install
$ gulp serve-dev
  • npm install will install the required node libraries under node_modules. Also, it will trigger bower install to install the required client-side libraries under bower_components.
  • gulp serve-dev will serve up the Angular application in a browser window.

Few Screenshots

Login Screen

Login Screen

Dashboard

Dashboard

Trade Dialog

Trade Dialog

Dashboard with Orders

Dashboard with Orders

Dashboard - Mobile View

Dashboard - Mobile View

Chart View

Chart View

Chart View (Responsive)

Chart View (Responsive)

Chart - Mobile View

Chart - Mobile View

Note

Make sure you have "bower_components\socket.io-client\bower.json" file, which was not available in original repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published