This project aims to provide user a mobile-friendly browser application to monitor stock portfolio market price and each transaction current profit and loss amount.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Node.js
npm or yarn
Fork the repo or clone it to get source code, run yarn install or npm install to pull node_modules. Then run npm start or yarn start to start the app locally.
use yarn:
yarn start
or npm:
npm start
Unit tests are written in Jest. To run unit tests.
use yarn:
yarn test
or npm:
npm test
- Vivian Chan - Initial work - PurpleBooth
This project is licensed under the MIT License - see the LICENSE.md file for details
- Built with initial packages from create-react-app
- Solution design inspiration from Redux and Redux-saga(https://github.com/redux-saga/redux-saga)
- UI inspiration from Material-UI