Skip to content

Implementation a solution to display price tickers data on the UI in realtime. Technologies used : React, PropTypes, React-materialize, React testing library, Jest, Server Socket.io.

Notifications You must be signed in to change notification settings

DmitryHniezdilov/finance-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance App

Implemented a solution to display price tickers data on the UI in realtime.

Running the local service

  1. Open a new bash shell
  2. cd server
  3. npm install or yarn install
  4. npm run start or yarn start

Running the application

  1. Open a new bash shell
  2. cd client
  3. npm install or yarn install
  4. npm run start or yarn start

Run the tests

  1. Open a new bash shell
  2. cd client
  3. npm run test or yarn test

Price Service Usage

URL: http://localhost:4000

Price tickers are real-time via web-sockets.

About

Implementation a solution to display price tickers data on the UI in realtime. Technologies used : React, PropTypes, React-materialize, React testing library, Jest, Server Socket.io.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published