A useful UI to edit trades on an investor's portfolio
yarn install
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/
npm start
npm test
- UI built with React
- Client-side state management with Redux
- Webpack module bundler
- Sass preprocessor
- Specs with Jest plus Enzyme
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