An open API service indexing awesome lists of open source software.

https://github.com/jteppinette/rebalance-my-portfolio

Rebalance your investment portfolio by depositing or withdrawing funds, or rebalance existing funds to achieve your desired asset allocation.
https://github.com/jteppinette/rebalance-my-portfolio

finance investing investment investment-strategies personal-finance portfolio rebalancing stocks

Last synced: 6 months ago
JSON representation

Rebalance your investment portfolio by depositing or withdrawing funds, or rebalance existing funds to achieve your desired asset allocation.

Awesome Lists containing this project

README

          

# Rebalance My Portfolio

[![pre-commit](https://github.com/jteppinette/rebalance-my-portfolio/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/jteppinette/rebalance-my-portfolio/actions/workflows/pre-commit.yml)

![Rebalance My Portfolio - Overview Screenshot](./screenshots/overview.png)

## Development

### Required Software

- [direnv](https://direnv.net)
- [git](https://git-scm.com/)
- [nvm](https://formulae.brew.sh/formula/nvm#default)
- [pre-commit](https://pre-commit.com/#install)

### Getting Started

**Setup**

```sh
$ nvm install 16
$ direnv allow
$ pre-commit install
$ npm install
```

**Watch & Serve**

```sh
$ npm run dev
```

### Build

```sh
$ npm run build
```

### Analyze Bundle Size

```sh
$ npm run build -- --detailed-report
```