Portfolio Simulator for Investing, using real data provided by yahoo finance with sleek modern Design.
Find a file
tomato6966 8d46e2bd06
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
add start from 0€ for future projection, minor improvements
2024-12-25 17:10:58 +01:00
.github/workflows fix workflow 2024-12-22 00:26:32 +01:00
docs v1.0.0 - scenario projections & exports 2024-12-23 15:53:25 +01:00
public add favicons 2024-12-22 00:39:14 +01:00
src add start from 0€ for future projection, minor improvements 2024-12-25 17:10:58 +01:00
.gitignore Initial commit: Portfolio Simulator Implementation 2024-12-21 23:15:39 +01:00
browserconfig.xml add favicons 2024-12-22 00:39:14 +01:00
Dockerfile Added further deployment infos 2024-12-21 23:23:48 +01:00
eslint.config.js v1.0.0 - scenario projections & exports 2024-12-23 15:53:25 +01:00
index.html SEO 2024-12-22 15:52:21 +01:00
LICENSE Initial commit 2024-12-21 21:30:49 +01:00
manifest.json add favicons 2024-12-22 00:39:14 +01:00
nginx.conf Added further deployment infos 2024-12-21 23:23:48 +01:00
package-lock.json v1.1.0 - ability to edit savings plan, correct %performance calculation 2024-12-23 18:28:37 +01:00
package.json v1.2.0 new date management and intervals + slight fixes 2024-12-24 12:39:59 +01:00
postcss.config.js Initial commit: Portfolio Simulator Implementation 2024-12-21 23:15:39 +01:00
README.md Update Showcase video for v1.0.0 2024-12-23 15:54:48 +01:00
tailwind.config.js Initial commit: Portfolio Simulator Implementation 2024-12-21 23:15:39 +01:00
tsconfig.app.json Initial commit: Portfolio Simulator Implementation 2024-12-21 23:15:39 +01:00
tsconfig.json Initial commit: Portfolio Simulator Implementation 2024-12-21 23:15:39 +01:00
tsconfig.node.json Initial commit: Portfolio Simulator Implementation 2024-12-21 23:15:39 +01:00
vite.config.ts cors proxy 2024-12-22 00:23:33 +01:00

Investment Portfolio Simulator

A modern web application for simulating and tracking investment portfolios with real-time data. Built with React, TypeScript, and Tailwind CSS.

Why this Project?

  • I wanted to see how my portfolio would perform if I had invested in something else, and thus with savings plan(s)
  • The main issue with other saving-plan calculators is, that they calculate based on the p.a. performance, i wanted further insights however, and thus this projected was created.
  • It allows you to see how single-investments and savings plans would have performed, and how they would have affected your portfolio.
  • There are multiple indicators and design choices made:
    • TTWOR (Time Travel Without Risk) calculations
    • Average Portfolio Performance
    • Portfolio Performance & Value
    • All assets (except the TTWOR and Portfolio-Value) are scaled by percentage of their price. Thus their referenced, scale is on the right. The referenced scale on the left is only for the portfolio-value

https://github.com/user-attachments/assets/4507e102-8dfb-4614-b2ba-938e20e3d97b

Features

  • 📈 Real-time stock data from Yahoo Finance
  • 💰 Track multiple assets and investments
  • 📊 Interactive charts with performance visualization
  • 🌓 Dark/Light mode support
  • 📱 Responsive design
    • Mobile friendly
  • 📅 Historical data analysis
    • The portfolio is fully based on real-historical data, with configurable timeranges
  • 💹 TTWOR (Time Travel Without Risk) calculations
    • Including metrics for TTWOR
  • 🔄 Support for one-time and periodic investments
    • You can config your dream-portfolio by one time and periodic investments easily
  • 📊 Detailed performance metrics
    • See all needed performance metrics in one place
  • 📅 Future Projection with Withdrawal Analysis and Sustainability Analysis
    • Generate a future projection based on the current portfolio performance, with a withdrawal analysis and sustainability analysis + calculator
    • Including with best, worst and average case scenarios
  • 📊 Savings Plan Performance Overview Tables
    • See the performance of your savings plans if you have multiple assets to compare them
  • 📄 Export to PDF
    • Export the entire portfolio Overview to a PDF, including Future Projections of 10, 15, 20, 30 and 40 years
  • 📄 Export to CSV Tables
    • Export all available tables to CSV

Tech Stack

  • React 19
  • TypeScript
  • Tailwind CSS
  • Vite@6
  • Recharts
  • date-fns
  • Lucide Icons

Self Hosting

Prerequisites

  • Node.js & npm 20 or higher

Local Development

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev -> developer preview
  • Run npm run build -> build for production (dist folder) (you can then launch it with dockerfile or with a static file server like nginx)
  • Run npm run preview -> preview the production build (dist folder)

Dark Mode Preview Light Mode Preview Future Projection Modal PDF Export - Page-1 PDF Export - Page-2 Scenario Projection

Credits:

Thanks to yahoofinance for the stock data.