Skip to content

A useful UI to edit trades on an investor's portfolio

Notifications You must be signed in to change notification settings

igorrfc/trades-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trades Manager

A useful UI to edit trades on an investor's portfolio

Trades Manager

Initial setup

yarn install

Environments

To get the trades manager communicating with the trades API, you'll need to set it as a env var. To do this, you must create a file called .env on the root path of the project and set the following key=value:

REACT_APP_TRADES_API=www.yourtradesapi.com

We have a staging API for development use. You can use it as well: https://trades-api-stag.herokuapp.com/

Start the server

npm start

Run tests

npm test

Features

  • UI built with React
  • Client-side state management with Redux
  • Webpack module bundler
  • Sass preprocessor
  • Specs with Jest plus Enzyme

Folder Structure

trades-manager/
  README.md
  package.json
  public/
    index.html
    favicon.ico
    manifest.json
  src/
    actions/
    components/
    constants/
    containers/
    css/
    reducers/
    utils/
    index.js
    setupTests.js

What’s Inside?

About

A useful UI to edit trades on an investor's portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published