https://github.com/junnjiee/just-dca
:chart_with_upwards_trend: Visualize dollar-cost averaging returns of stocks and cryptocurrencies.
https://github.com/junnjiee/just-dca
cryptocurrencies dca dollar-cost-averaging finance investment personal-finance stock-market yahoo-finance
Last synced: about 1 month ago
JSON representation
:chart_with_upwards_trend: Visualize dollar-cost averaging returns of stocks and cryptocurrencies.
- Host: GitHub
- URL: https://github.com/junnjiee/just-dca
- Owner: junnjiee
- License: mit
- Created: 2024-12-31T06:33:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T16:09:03.000Z (over 1 year ago)
- Last Synced: 2025-02-14T17:23:27.560Z (over 1 year ago)
- Topics: cryptocurrencies, dca, dollar-cost-averaging, finance, investment, personal-finance, stock-market, yahoo-finance
- Language: TypeScript
- Homepage: https://just-dca.pages.dev
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
just:dca

[just:dca](https://just-dca.pages.dev/) helps you **visualize** dollar-cost averaging returns of listed **stocks** and **cryptocurrencies**. View how consistent investments over time can impact your financial growth today.
## Dollar-Cost Averaging (DCA)
DCA is the practice of investing a fixed amount of money at regular intervals over a period of time into the same assets, regardless of market conditions.
It's a good way to develop a good investing habit while removing the need to time the market.
Not convinced? Take a look at historical returns using this strategy with [just:dca](https://just-dca.pages.dev/) today.
## Disclaimer
Content is for informational/educational purposes only and should not be treated as financial advice.
## Getting Started
To set-up the website locally, see [here](https://github.com/junnjiee16/just-dca/blob/main/website/README.md).
To set-up the backend locally, see [here](https://github.com/junnjiee16/just-dca/blob/main/backend/README.md).
To start-up both backend and website local development servers with one command (after you have set-up both projects):
```
./start.sh
```
The script assumes that you use `gnome-terminal`. Change it to your terminal emulator if necessary.
## Suggest a feature or report bugs?
Open an [issue](https://github.com/junnjiee16/just-dca/issues).
## License
[MIT](https://github.com/junnjiee16/just-dca)